Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list dictionary array tuple list dictionary array tuple ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location position() shape() All of the mentioned stamp() position() shape() All of the mentioned stamp() ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python tkinter pip install tkinter install pip install tkinter pip install python tkinter pip install tkinter install pip install tkinter 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 What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Array of tuples Tuples of lists Invalid type List of tuples Array of tuples Tuples of lists Invalid type ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? finally Assert Else except finally Assert Else except ANSWER DOWNLOAD EXAMIANS APP