Python Which of the following creates a pattern object? re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
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 Which of following Python Network/Internet modules supports HTTP protocol? urllib httplib xmlrpclib All of the mentioned urllib httplib xmlrpclib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Error Machine dependent False True Error Machine dependent False True ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 1 0 True False 1 0 True False ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module an object a special function a standard module a module an object a special function a standard module ANSWER DOWNLOAD EXAMIANS APP