Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple dictionary array list tuple dictionary array list ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib xmlrpclib httplib All of the mentioned urllib xmlrpclib httplib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget configure the widget place the widget destroy the widget change property of the widget configure the widget place the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 63 characters None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python create a button call tk() function All of the mentioned To define a geometry create a button call tk() function All of the mentioned To define a geometry ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True False 0 1 True False 0 1 ANSWER DOWNLOAD EXAMIANS APP