Python Which of the following is invalid variable in Python? _a = 1 __str__ = 1 None of the mentioned __a = 1 _a = 1 __str__ = 1 None of the mentioned __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib urllib httplib ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.listen() s.bind() s.accept() All of the mentioned s.listen() s.bind() s.accept() All of the mentioned 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 An exception is ____________ a special function an object a module a standard module a special function an object a module a standard module ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python To define a geometry All of the mentioned create a button call tk() function To define a geometry All of the mentioned create a button call tk() function ANSWER DOWNLOAD EXAMIANS APP