Python How many except statements can a try-except block have? zero one more than zero more than one zero one more than zero more than one ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.I re.A re.X re.U re.I re.A re.X re.U ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install pip install python pip install tkinter tkinter install tkinter pip install pip install python pip install tkinter tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned re pyregex regex none of the mentioned re pyregex regex ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match 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 What arithmetic operators cannot be used with strings in Python? All of the mentioned – + * All of the mentioned – + * ANSWER DOWNLOAD EXAMIANS APP