Python Which of the following is not a standard exception in Python? NameError AssignmentError ValueError IOError NameError AssignmentError ValueError IOError ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? Dictionaries are mutable The values of a dictionary can be accessed using keys Dictionaries aren’t ordered The keys of a dictionary can be accessed using values Dictionaries are mutable The values of a dictionary can be accessed using keys Dictionaries aren’t ordered The keys of a dictionary can be accessed using values ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function create a button To define a geometry All of the mentioned call tk() function create a button To define a geometry All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? 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 when there is an exception ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? on in __init__ It on in __init__ It 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 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 ANSWER DOWNLOAD EXAMIANS APP