Python Methods provided by Python for receiving and sending TCP messages. Both (A) and (B) None of the mentioned s.recvfrom(),s.sendto() s.recv(), s.send() Both (A) and (B) None of the mentioned s.recvfrom(),s.sendto() s.recv(), s.send() ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.I re.U re.A re.X re.I re.U re.A ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^^y x^y x**y None of the mentioned x^^y x^y x**y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) caret (^) ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib httplib All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib ANSWER DOWNLOAD EXAMIANS APP