Python Which of the following is not a standard exception in Python? AssignmentError IOError NameError ValueError AssignmentError IOError NameError ValueError ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget place the widget destroy the widget configure the widget change property of the widget place the widget destroy the widget configure the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.U re.I re.X re.A re.U re.I re.X re.A ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str int String bool str int String bool ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter All of the mentioned from tkinter import * import tkinter as t import tkinter All of the mentioned from tkinter import * import tkinter as t ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango NameError ValueError SyntaxError TypeError NameError ValueError SyntaxError TypeError ANSWER DOWNLOAD EXAMIANS APP