Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location position() stamp() All of the mentioned shape() position() stamp() All of the mentioned shape() ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter All of the mentioned import tkinter as t from tkinter import * import tkinter All of the mentioned import tkinter as t from tkinter import * ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label All of the mentioned Frame Window Label All of the mentioned Frame Window ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Machine dependent True False Error Machine dependent True False Error ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Array of tuples Invalid type Tuples of lists List of tuples Array of tuples Invalid type Tuples of lists ANSWER DOWNLOAD EXAMIANS APP