Python In Python, which of the following cannot be a variable? in on __init__ It in on __init__ It 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
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 79 characters 63 characters 31 characters None of the mentioned 79 characters 63 characters 31 characters ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python To define a geometry call tk() function All of the mentioned create a button To define a geometry call tk() function All of the mentioned create a button ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? Always when an exception occurs when no exception occurs when an exception occurs in to except block Always when an exception occurs when no exception occurs when an exception occurs in to except block ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? A private method in a superclass can be overridden A subclass method can be overridden by the superclass A non-private method in a superclass can be overridden Overriding isn’t possible in Python A private method in a superclass can be overridden A subclass method can be overridden by the superclass A non-private method in a superclass can be overridden Overriding isn’t possible in Python ANSWER DOWNLOAD EXAMIANS APP