Python Which are Server Socket Methods provided by Python? s.listen() All of the mentioned s.accept() s.bind() s.listen() All of the mentioned s.accept() s.bind() ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? None of the mentioned __str__ = 1 __a = 1 _a = 1 None of the mentioned __str__ = 1 __a = 1 _a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str int String bool str int String bool ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False 1 0 True False 1 0 True ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib All of the mentioned httplib xmlrpclib urllib All of the mentioned httplib xmlrpclib ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. list set tuple dictionary list set tuple dictionary ANSWER DOWNLOAD EXAMIANS APP