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
Python In order to store values in terms of key and value we use what Python core data type. dictionary list set tuple dictionary list set tuple ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown All raised standard exceptions must be handled in Python If any exception is thrown in try block, else block is executed The standard exceptions are automatically imported into Python programs When there is a deviation from the rules of a programming language, a semantic error is thrown All raised standard exceptions must be handled in Python If any exception is thrown in try block, else block is executed ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 0 2 4 1 0 2 4 1 ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame All of the mentioned Window Label Frame All of the mentioned Window Label ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.assemble(str) re.create(str) re.compile(str) re.regex(str) re.assemble(str) re.create(str) re.compile(str) re.regex(str) ANSWER DOWNLOAD EXAMIANS APP