Python Which module in Python supports regular expressions? pyregex re none of the mentioned regex pyregex re none of the mentioned regex ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? All of the mentioned Every object doesn’t have a unique id id returns the identity of the object None of the mentioned All of the mentioned Every object doesn’t have a unique id id returns the identity of the object None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Error Machine dependent True False Error Machine dependent True False ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib urllib ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 0 1 4 2 0 1 4 2 ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.bind() s.accept() All of the mentioned s.connect() s.bind() s.accept() All of the mentioned s.connect() ANSWER DOWNLOAD EXAMIANS APP