Python How many except statements can a try-except block have? more than one one zero more than zero more than one one zero more than zero ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ “He said, ‘Yes!'” ”’That’s okay”’ ‘3\’ ‘”Once upon a time…”, she said.’ ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] dictionary tuple array list dictionary tuple array list ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^y None of the mentioned x^^y x**y x^y None of the mentioned x^^y x**y ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) caret (^) newline ampersand (&) percentage symbol (%) caret (^) newline ampersand (&) 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