Python Why are local variable names beginning with an underscore discouraged in Python Programming? they are used to indicate global variables they slow down execution they confuse the interpreter they are used to indicate a private variables of a class they are used to indicate global variables they slow down execution they confuse the interpreter they are used to indicate a private variables of a class ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is no exception always only if some condition that has been specified is satisfied when there is an exception when there is no exception always only if some condition that has been specified is satisfied when there is an exception ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? None of the mentioned no yes machine dependent None of the mentioned no yes machine dependent 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
Python In Python, which of these in not a core data type? Tuples Lists Class Dictionary Tuples Lists Class Dictionary ANSWER DOWNLOAD EXAMIANS APP