Python An exception is ____________ an object a standard module a module a special function an object a standard module a module a special function ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more exactly 4 exactly 5 5 or less 5 or more exactly 4 exactly 5 5 or less ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is an exception always when there is no exception only if some condition that has been specified is satisfied when there is an exception always when there is no exception only if some condition that has been specified is satisfied ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string matches a pattern at the start of the string none of the mentioned such a function does not exist matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Lists Class Dictionary Tuples Lists Class Dictionary ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango TypeError NameError ValueError SyntaxError TypeError NameError ValueError SyntaxError ANSWER DOWNLOAD EXAMIANS APP