Python How we import a tkinter in python program ? import tkinter from tkinter import * All of the mentioned import tkinter as t import tkinter from tkinter import * All of the mentioned import tkinter as t ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 63 characters None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 _a = 1 None of the mentioned __str__ = 1 __a = 1 _a = 1 None of the mentioned __str__ = 1 ANSWER DOWNLOAD EXAMIANS APP
Python The expression a{5} will match _____________ characters with the previous regular expression. 5 or less exactly 4 exactly 5 5 or more 5 or less exactly 4 exactly 5 5 or more ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? Invalid type List of tuples Tuples of lists Array of tuples Invalid type List of tuples Tuples of lists Array of tuples ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a module a standard module a special function an object a module a standard module a special function ANSWER DOWNLOAD EXAMIANS APP