Python How we import a tkinter in python program ? from tkinter import * import tkinter All of the mentioned import tkinter as t from tkinter import * import tkinter All of the mentioned import tkinter as t ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame Label All of the mentioned Window Frame Label All of the mentioned Window ANSWER DOWNLOAD EXAMIANS APP
Python Essential thing to create a window screen using tkinter python create a button call tk() function All of the mentioned To define a geometry create a button call tk() function All of the mentioned To define a geometry ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? * + All of the mentioned – * + All of the mentioned – ANSWER DOWNLOAD EXAMIANS APP
Python What is the output of print 0.1 + 0.2 == 0.3 in python? False Error Machine dependent True False Error Machine dependent True ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? pyregex re none of the mentioned regex pyregex re none of the mentioned regex ANSWER DOWNLOAD EXAMIANS APP