Python All keywords in Python are in _________ lower case Capitalized None of the mentioned UPPER CASE lower case Capitalized None of the mentioned UPPER CASE ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) ampersand (&) newline caret (^) percentage symbol (%) ampersand (&) newline caret (^) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on It in __init__ on It in __init__ ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? finally Else Assert except finally Else Assert except ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs in to except block when an exception occurs Always when no exception occurs when an exception occurs in to except block when an exception occurs Always when no exception occurs ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Def Fun Function Define Def Fun Function Define ANSWER DOWNLOAD EXAMIANS APP