Python Which of the following blocks will be executed whether an exception is thrown or not? Assert finally except Else Assert finally except Else ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 31 characters 79 characters None of the mentioned 63 characters 31 characters 79 characters None of the mentioned 63 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which of these about a dictionary is false? 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 Dictionaries are mutable The values of a dictionary can be accessed using keys Dictionaries aren’t ordered ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 _a = 1 None of the mentioned __str__ = 1 __a = 1 _a = 1 None of the mentioned __str__ = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Correct way to draw a line in canvas tkinter None of the mentioned line() create_line(canvas) canvas.create_line() None of the mentioned line() create_line(canvas) canvas.create_line() ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python call tk() function All of the mentioned To define a geometry create a button call tk() function All of the mentioned To define a geometry create a button ANSWER DOWNLOAD EXAMIANS APP