Python In Python, which of the following cannot be a variable? in on __init__ It in on __init__ It ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following statements is true? A private method in a superclass can be overridden A non-private method in a superclass can be overridden Overriding isn’t possible in Python A subclass method can be overridden by the superclass A private method in a superclass can be overridden A non-private method in a superclass can be overridden Overriding isn’t possible in Python A subclass method can be overridden by the superclass ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t All of the mentioned import tkinter from tkinter import * import tkinter as t All of the mentioned import tkinter from tkinter import * ANSWER DOWNLOAD EXAMIANS APP
Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple list dictionary array tuple list dictionary array ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following creates a pattern object? re.create(str) re.compile(str) re.assemble(str) re.regex(str) re.create(str) re.compile(str) re.assemble(str) re.regex(str) ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? re none of the mentioned pyregex regex re none of the mentioned pyregex regex ANSWER DOWNLOAD EXAMIANS APP