Python Methods provided by Python for receiving and sending TCP messages. s.recvfrom(),s.sendto() None of the mentioned Both (A) and (B) s.recv(), s.send() s.recvfrom(),s.sendto() None of the mentioned Both (A) and (B) s.recv(), s.send() ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x**y x^y None of the mentioned x^^y x**y x^y None of the mentioned x^^y ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? they are used to indicate a private variables of a class they slow down execution they confuse the interpreter they are used to indicate global variables they are used to indicate a private variables of a class they slow down execution they confuse the interpreter they are used to indicate global variables ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for place the widget configure the widget destroy the widget change property of the widget place the widget configure the widget destroy the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? None of the mentioned machine dependent no yes None of the mentioned machine dependent no yes ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 _a = 1 None of the mentioned __str__ = 1 __a = 1 _a = 1 None of the mentioned __str__ = 1 ANSWER DOWNLOAD EXAMIANS APP