Python What does the function re.match do? matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for place the widget destroy the widget change property of the widget configure the widget place the widget destroy the widget change property of the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned Reducing duplication of code Decomposing complex problems into simpler pieces Improving clarity of the code All of the mentioned Reducing duplication of code ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? IOError NameError AssignmentError ValueError IOError NameError AssignmentError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned pyregex regex re none of the mentioned pyregex regex re ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? False 0 True 1 False 0 True 1 ANSWER DOWNLOAD EXAMIANS APP