Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list dictionary tuple array list dictionary tuple array ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.A re.U re.I re.X re.A re.U re.I re.X ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is not a standard exception in Python? IOError ValueError AssignmentError NameError IOError ValueError AssignmentError NameError ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __str__ = 1 None of the mentioned __a = 1 _a = 1 __str__ = 1 None of the mentioned __a = 1 _a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t from tkinter import * import tkinter All of the mentioned import tkinter as t from tkinter import * import tkinter All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Dictionary Tuples Class Lists Dictionary Tuples Class Lists ANSWER DOWNLOAD EXAMIANS APP