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 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 All keywords in Python are in _________ UPPER CASE Capitalized lower case None of the mentioned UPPER CASE Capitalized lower case None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is no exception always when there is an exception only if some condition that has been specified is satisfied when there is no exception always when there is an exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int str bool String int str bool String ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.regex(str) re.compile(str) re.assemble(str) re.create(str) re.regex(str) re.compile(str) re.assemble(str) re.create(str) ANSWER DOWNLOAD EXAMIANS APP