Python Which of the following is not a standard exception in Python? NameError ValueError AssignmentError IOError NameError ValueError AssignmentError IOError ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install tkinter pip install python tkinter pip install tkinter install pip install tkinter pip install python tkinter pip install tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.compile(str) re.create(str) re.regex(str) re.assemble(str) re.compile(str) re.create(str) re.regex(str) re.assemble(str) ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 63 characters 31 characters 79 characters None of the mentioned 63 characters 31 characters 79 characters None of the mentioned 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
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