Python Is Python case sensitive when dealing with identifiers? machine dependent None of the mentioned yes no machine dependent None of the mentioned yes no ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned re regex pyregex none of the mentioned re regex pyregex ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? A private method in a superclass can be overridden A subclass method can be overridden by the superclass Overriding isn’t possible in Python A non-private method in a superclass can be overridden A private method in a superclass can be overridden A subclass method can be overridden by the superclass Overriding isn’t possible in Python A non-private method in a superclass can be overridden ANSWER DOWNLOAD EXAMIANS APP
Python Which Python keyword is used for function? Function Define Fun Def Function Define Fun Def ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for place the widget change property of the widget configure the widget destroy the widget place the widget change property of the widget configure the widget destroy the widget 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