Python How many except statements can a try-except block have? one more than zero more than one zero one more than zero more than one zero ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? none of the mentioned matches a pattern at any position in the string such a function does not exist matches a pattern at the start of the string none of the mentioned matches a pattern at any position in the string such a function does not exist matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? only if some condition that has been specified is satisfied always when there is no exception when there is an exception only if some condition that has been specified is satisfied always when there is no exception when there is an exception ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Class Tuples Lists Dictionary Class Tuples Lists Dictionary 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 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