Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned urllib xmlrpclib httplib All of the mentioned urllib xmlrpclib httplib ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window All of the mentioned Label Frame Window All of the mentioned Label Frame ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? int str String bool int str String bool ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 1 4 2 0 1 4 2 0 ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resolution Order Method Recursion Order None of the mentioned Method Resetting Order Method Resolution Order Method Recursion Order None of the mentioned Method Resetting Order ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.accept() All of the mentioned s.bind() s.connect() s.accept() All of the mentioned s.bind() s.connect() ANSWER DOWNLOAD EXAMIANS APP