Python All keywords in Python are in _________ None of the mentioned lower case UPPER CASE Capitalized None of the mentioned lower case UPPER CASE Capitalized ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or more 5 or less exactly 4 exactly 5 5 or more 5 or less exactly 4 exactly 5 ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex re none of the mentioned regex pyregex re none of the mentioned regex ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one zero more than one more than zero one zero more than one more than zero ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs in to except block Always when no exception occurs when an exception occurs when an exception occurs in to except block Always when no exception occurs when an exception occurs 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