Python Methods provided by Python for receiving and sending TCP messages. None of the mentioned Both (A) and (B) s.recvfrom(),s.sendto() s.recv(), s.send() None of the mentioned Both (A) and (B) s.recvfrom(),s.sendto() s.recv(), s.send() ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) caret (^) ampersand (&) newline percentage symbol (%) caret (^) ampersand (&) newline ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? % None of the mentioned / // % None of the mentioned / // ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter line() canvas.create_line() None of the mentioned create_line(canvas) line() canvas.create_line() None of the mentioned create_line(canvas) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? ValueError IOError AssignmentError NameError ValueError IOError AssignmentError NameError 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