Python Essential thing to create a window screen using tkinter python To define a geometry All of the mentioned call tk() function create a button To define a geometry All of the mentioned call tk() function create a button ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? False Error Machine dependent True False Error Machine dependent True ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Improving clarity of the code Decomposing complex problems into simpler pieces Reducing duplication of code All of the mentioned Improving clarity of the code Decomposing complex problems into simpler pieces Reducing duplication of code All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters 63 characters ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string 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