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 Which are the advantages of functions in python? Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned Reducing duplication of code ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? NameError ValueError AssignmentError IOError NameError ValueError AssignmentError IOError ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is an exception only if some condition that has been specified is satisfied always when there is no exception when there is an exception only if some condition that has been specified is satisfied always when there is no exception ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist none of the mentioned matches a pattern at any position in the string matches a pattern at the start of the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? except finally Assert Else except finally Assert Else ANSWER DOWNLOAD EXAMIANS APP