Python Which of these about a dictionary is false? The values of a dictionary can be accessed using keys Dictionaries are mutable Dictionaries aren’t ordered The keys of a dictionary can be accessed using values The values of a dictionary can be accessed using keys Dictionaries are mutable Dictionaries aren’t ordered The keys of a dictionary can be accessed using values ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? one more than zero zero more than one one more than zero zero more than one ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is no exception when there is an exception only if some condition that has been specified is satisfied always when there is no exception when there is an exception only if some condition that has been specified is satisfied always ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. tuple dictionary list set tuple dictionary list set ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function To define a geometry All of the mentioned create a button call tk() function To define a geometry All of the mentioned create a button ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Lists Dictionary Class Tuples Lists Dictionary Class ANSWER DOWNLOAD EXAMIANS APP