Python Which of the following functions results in case insensitive matching? re.U re.I re.A re.X re.U re.I re.A re.X ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resolution Order None of the mentioned Method Resetting Order Method Recursion Order Method Resolution Order None of the mentioned Method Resetting Order Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? urllib xmlrpclib All of the mentioned httplib urllib xmlrpclib All of the mentioned httplib ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. 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() s.recvfrom(),s.sendto() ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned create_line(canvas) canvas.create_line() line() None of the mentioned create_line(canvas) canvas.create_line() line() 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