Python When is the finally block executed? when there is no exception when there is an exception always only if some condition that has been specified is satisfied when there is no exception when there is an exception always only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.bind() s.accept() All of the mentioned s.connect() s.bind() s.accept() All of the mentioned s.connect() ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter create_line(canvas) None of the mentioned line() canvas.create_line() create_line(canvas) None of the mentioned line() canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned id returns the identity of the object None of the mentioned Every object doesn’t have a unique id All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? Always when no exception occurs when an exception occurs when an exception occurs in to except block Always when no exception occurs when an exception occurs when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a standard module a module a special function an object a standard module a module a special function ANSWER DOWNLOAD EXAMIANS APP