Python Which of following Python Network/Internet modules supports HTTP protocol? xmlrpclib urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned httplib ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python tkinter install tkinter pip install pip install tkinter pip install python tkinter install tkinter pip install pip install tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 1 0 2 4 1 0 2 4 ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a standard module a module a special function an object a standard module a module a special function an object ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned ANSWER DOWNLOAD EXAMIANS APP