Python An exception is ____________ a standard module a special function a module an object a standard module a special function a module an object ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? regex pyregex none of the mentioned re regex pyregex none of the mentioned re ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? yes machine dependent no None of the mentioned yes machine dependent no None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python To add a new element to a list we use which Python command? list1.add(5) list1.append(5) list1.addLast(5) list1.addEnd(5) list1.add(5) list1.append(5) list1.addLast(5) list1.addEnd(5) ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? None of the mentioned 63 characters 31 characters 79 characters None of the mentioned 63 characters 31 characters 79 characters ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t import tkinter All of the mentioned from tkinter import * import tkinter as t import tkinter All of the mentioned from tkinter import * ANSWER DOWNLOAD EXAMIANS APP