Python Which of the following functions results in case insensitive matching? re.I re.A re.U re.X re.I re.A re.U re.X ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? It on in __init__ It on in __init__ ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? IOError ValueError AssignmentError NameError IOError ValueError AssignmentError NameError ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install pip install python tkinter install pip install tkinter tkinter pip install pip install python tkinter install pip install tkinter ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? True Error False Machine dependent True Error False Machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist ANSWER DOWNLOAD EXAMIANS APP