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 What data type is the object below in Python? L = [1, 23, 'hello', 1] array list dictionary tuple array list dictionary tuple ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is the use of id() function in python? None of the mentioned All of the mentioned Every object doesn’t have a unique id id returns the identity of the object None of the mentioned All of the mentioned Every object doesn’t have a unique id id returns the identity of the object ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget place the widget change property of the widget configure the widget destroy the widget place the widget change property of the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __str__ = 1 __a = 1 None of the mentioned _a = 1 __str__ = 1 __a = 1 None of the mentioned _a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Recursion Order None of the mentioned Method Resetting Order Method Resolution Order Method Recursion Order None of the mentioned Method Resetting Order Method Resolution Order ANSWER DOWNLOAD EXAMIANS APP