Python What data type is the object below in Python? L = [1, 23, 'hello', 1] list dictionary array tuple list dictionary array tuple ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? yes no None of the mentioned machine dependent yes no None of the mentioned machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python Python MRO concept is Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order Method Resetting Order None of the mentioned Method Recursion Order Method Resolution Order ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? from tkinter import * All of the mentioned import tkinter as t import tkinter from tkinter import * All of the mentioned import tkinter as t import tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Say s=”hello” what will be the return value of type(s) in Python? str String bool int str String bool int ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location stamp() shape() All of the mentioned position() stamp() shape() All of the mentioned position() ANSWER DOWNLOAD EXAMIANS APP