Python In which of the following field, we can put our Button? Window Frame Label All of the mentioned Window Frame Label All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t from tkinter import * All of the mentioned import tkinter import tkinter as t from tkinter import * All of the mentioned import tkinter ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location All of the mentioned stamp() shape() position() All of the mentioned stamp() shape() position() ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? Machine dependent False Error True Machine dependent False Error True ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? re pyregex regex none of the mentioned re pyregex regex none of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? True False 0 1 True False 0 1 ANSWER DOWNLOAD EXAMIANS APP