Python Why are local variable names beginning with an underscore discouraged in Python Programming? they confuse the interpreter they are used to indicate a private variables of a class they slow down execution they are used to indicate global variables they confuse the interpreter they are used to indicate a private variables of a class they slow down execution they are used to indicate global variables ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. 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() Both (A) and (B) ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Machine dependent Error False True Machine dependent Error False True ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter install tkinter pip install pip install python pip install tkinter tkinter install tkinter pip install pip install python pip install tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.create(str) re.regex(str) re.assemble(str) re.compile(str) re.create(str) re.regex(str) re.assemble(str) re.compile(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.X re.A re.U re.I re.X re.A re.U re.I ANSWER DOWNLOAD EXAMIANS APP