Python All keywords in Python are in _________ None of the mentioned UPPER CASE lower case Capitalized None of the mentioned UPPER CASE lower case Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module an object a module a special function a standard module an object a module a special function ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? False Error Machine dependent True False Error Machine dependent True ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^y x^^y None of the mentioned x**y x^y x^^y None of the mentioned x**y ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? zero one more than one more than zero zero one more than one more than zero ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib httplib All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib ANSWER DOWNLOAD EXAMIANS APP