Python What is the output of print 0.1 + 0.2 == 0.3 in python? True False Machine dependent Error True False Machine dependent Error 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 shape() stamp() position() All of the mentioned shape() stamp() position() ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget configure the widget place the widget destroy the widget change property of the widget configure the widget place the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of following Python Network/Internet modules supports HTTP protocol? All of the mentioned xmlrpclib urllib httplib All of the mentioned xmlrpclib urllib httplib ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string none of the mentioned matches a pattern at the start of the string such a function does not exist matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t All of the mentioned from tkinter import * import tkinter import tkinter as t All of the mentioned from tkinter import * import tkinter ANSWER DOWNLOAD EXAMIANS APP