Python Which one of these is used for floor division in Python? % / None of the mentioned // % / None of the mentioned // ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a module a standard module a special function an object a module a standard module a special function ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location position() All of the mentioned stamp() shape() position() All of the mentioned stamp() shape() ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] dictionary array tuple list dictionary array tuple list 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
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned xmlrpclib httplib urllib All of the mentioned xmlrpclib httplib urllib ANSWER DOWNLOAD EXAMIANS APP