Python In Python, which of the following cannot be a variable? on __init__ It in on __init__ It in ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.bind() s.connect() s.accept() All of the mentioned s.bind() s.connect() s.accept() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? id returns the identity of the object Every object doesn’t have a unique id None of the mentioned All of the mentioned id returns the identity of the object Every object doesn’t have a unique id None of the mentioned All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python To define a geometry create a button call tk() function All of the mentioned To define a geometry create a button call tk() function All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs in to except block when no exception occurs when an exception occurs Always when an exception occurs in to except block when no exception occurs when an exception occurs Always ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module a module an object a special function a standard module a module an object a special function ANSWER DOWNLOAD EXAMIANS APP