Python Correct way to draw a line in canvas tkinter canvas.create_line() create_line(canvas) line() None of the mentioned canvas.create_line() create_line(canvas) line() None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Assert Else finally except Assert Else finally except ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than one zero more than zero one more than one zero more than zero one ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? String str bool int String str bool int ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.accept() s.bind() All of the mentioned s.listen() s.accept() s.bind() All of the mentioned s.listen() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.A re.I re.U re.X re.A re.I re.U ANSWER DOWNLOAD EXAMIANS APP