Python Which of the following functions results in case insensitive matching? re.A re.X re.U re.I re.A re.X re.U re.I 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 of following Python Network/Internet modules supports HTTP protocol? httplib All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib urllib ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python tkinter install tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? All of the mentioned Decomposing complex problems into simpler pieces Reducing duplication of code Improving clarity of the code All of the mentioned Decomposing complex problems into simpler pieces Reducing duplication of code Improving clarity of the code ANSWER DOWNLOAD EXAMIANS APP