Python Which one of these is used for floor division in Python? // % None of the mentioned / // % None of the mentioned / ANSWER DOWNLOAD EXAMIANS APP
Python The character Dot (that is, ‘.’) in the default mode, matches any character other than _____________ percentage symbol (%) newline caret (^) ampersand (&) percentage symbol (%) newline caret (^) ampersand (&) ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on __init__ in It on __init__ in It 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 In Python GUI programming, the method that leaves an impression of a turtle shape at the current location All of the mentioned stamp() shape() position() All of the mentioned stamp() shape() position() ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? 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 when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP