Python Python MRO concept is Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist none of the mentioned matches a pattern at the start of the string matches a pattern at any position in the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter install pip install python pip install tkinter tkinter pip install tkinter install pip install python pip install tkinter tkinter pip install ANSWER DOWNLOAD EXAMIANS APP
Python Methods provided by Python for receiving and sending TCP messages. s.recvfrom(),s.sendto() s.recv(), s.send() None of the mentioned Both (A) and (B) s.recvfrom(),s.sendto() s.recv(), s.send() None of the mentioned Both (A) and (B) ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.create(str) re.compile(str) re.regex(str) re.assemble(str) re.create(str) re.compile(str) re.regex(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list dictionary tuple array list dictionary tuple array ANSWER DOWNLOAD EXAMIANS APP