Python What data type is the object below in Python? L = [1, 23, 'hello', 1] tuple dictionary list array tuple dictionary list array ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 1 False True 0 1 False True 0 ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following functions results in case insensitive matching? re.U re.I re.X re.A re.U re.I re.X re.A ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? All of the mentioned import tkinter as t import tkinter from tkinter import * All of the mentioned import tkinter as t import tkinter from tkinter import * ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ on in It __init__ on in It ANSWER DOWNLOAD EXAMIANS APP