Python Which module in Python supports regular expressions? regex re pyregex none of the mentioned regex re pyregex none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs when no exception occurs Always when an exception occurs in to except block when an exception occurs when no exception occurs Always when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame All of the mentioned Label Window Frame All of the mentioned Label Window ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Define Def Fun Function Define Def Fun Function 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 Which of the following is not a standard exception in Python? ValueError NameError IOError AssignmentError ValueError NameError IOError AssignmentError ANSWER DOWNLOAD EXAMIANS APP