Python In order to store values in terms of key and value we use what Python core data type. set tuple list dictionary set tuple list dictionary ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on __init__ in It on __init__ in It ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget configure the widget place the widget destroy the widget change property of the widget configure the widget place the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib All of the mentioned xmlrpclib httplib urllib All of the mentioned xmlrpclib httplib ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Else finally Assert except Else finally Assert except ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? If any exception is thrown in try block, else block is executed 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 The standard exceptions are automatically imported into Python programs If any exception is thrown in try block, else block is executed 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 The standard exceptions are automatically imported into Python programs ANSWER DOWNLOAD EXAMIANS APP