Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type Array of tuples Tuples of lists List of tuples Invalid type Array of tuples Tuples of lists List of tuples ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? 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 none of the mentioned matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resetting Order Method Resolution Order None of the mentioned Method Recursion Order Method Resetting Order Method Resolution Order None of the mentioned Method Recursion Order ANSWER DOWNLOAD EXAMIANS APP
Python Which are Server Socket Methods provided by Python? s.accept() s.listen() s.bind() All of the mentioned s.accept() s.listen() s.bind() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for place the widget change property of the widget configure the widget destroy the widget place the widget change property of the widget configure the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP