Python Which of following Python Network/Internet modules supports HTTP protocol? xmlrpclib httplib urllib All of the mentioned xmlrpclib httplib urllib All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Fun Function Def Define Fun Function Def ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ caret (^) newline ampersand (&) percentage symbol (%) caret (^) newline ampersand (&) percentage symbol (%) ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. None of the mentioned s.recv(), s.send() s.recvfrom(),s.sendto() Both (A) and (B) None of the mentioned s.recv(), s.send() s.recvfrom(),s.sendto() Both (A) and (B) ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function All of the mentioned To define a geometry create a button call tk() function All of the mentioned To define a geometry create a button ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Error False Machine dependent True Error False Machine dependent True ANSWER DOWNLOAD EXAMIANS APP