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 In Python, which of the following cannot be a variable? It on __init__ in It on __init__ in ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False True 0 1 False True 0 1 ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a module a special function a standard module an object a module a special function a standard module ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y x^y x^^y None of the mentioned x**y x^y x^^y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int String bool str int String bool str ANSWER DOWNLOAD EXAMIANS APP