Python What arithmetic operators cannot be used with strings in Python? – * All of the mentioned + – * All of the mentioned + ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one more than zero zero more than one one more than zero zero more than one ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? httplib urllib xmlrpclib All of the mentioned httplib urllib xmlrpclib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^y None of the mentioned x**y x^^y x^y None of the mentioned x**y x^^y ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on It in __init__ on It in __init__ ANSWER DOWNLOAD EXAMIANS APP
Python Which Python is used by client to opens a TCP connection to hostname? s.connect() All of the mentioned s.bind() s.accept() s.connect() All of the mentioned s.bind() s.accept() ANSWER DOWNLOAD EXAMIANS APP