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 How we install tkinter in system ? pip install python tkinter install pip install tkinter tkinter pip install pip install python tkinter install pip install tkinter tkinter pip install ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Else except finally Assert Else except finally Assert ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? None of the mentioned All of the mentioned id returns the identity of the object Every object doesn’t have a unique id None of the mentioned All of the mentioned id returns the identity of the object Every object doesn’t have a unique id ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module a special function an object a standard module a module a special function an object a standard module ANSWER DOWNLOAD EXAMIANS APP