Python Which of following Python Network/Internet modules supports HTTP protocol? urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget destroy the widget configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type Array of tuples Tuples of lists List of tuples Invalid type Array of tuples Tuples of lists List of tuples ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int str bool String int str bool String ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Recursion Order Method Resetting Order Method Resolution Order None of the mentioned Method Recursion Order Method Resetting Order Method Resolution Order None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango TypeError ValueError SyntaxError NameError TypeError ValueError SyntaxError NameError ANSWER DOWNLOAD EXAMIANS APP