Python Which of the following functions results in case insensitive matching? re.A re.I re.U re.X re.A re.I re.U re.X ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? “He said, ‘Yes!'” ‘3\’ ”’That’s okay”’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ‘3\’ ”’That’s okay”’ ‘”Once upon a time…”, she said.’ ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Assert except Else finally Assert except Else finally ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget destroy the widget place the widget change property of the widget configure the widget destroy the widget place the widget change property of the widget ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 1 2 4 0 1 2 4 0 ANSWER DOWNLOAD EXAMIANS APP
Python Which are the advantages of functions in python? Improving clarity of the code All of the mentioned Decomposing complex problems into simpler pieces Reducing duplication of code Improving clarity of the code All of the mentioned Decomposing complex problems into simpler pieces Reducing duplication of code ANSWER DOWNLOAD EXAMIANS APP