Python Which one of these is used for floor division in Python? % / None of the mentioned // % / None of the mentioned // ANSWER DOWNLOAD EXAMIANS APP
Python Suppose list1 is [3, 4, 5, 20, 5], what is list1.index(5) return in Python? 0 2 1 4 0 2 1 4 ANSWER DOWNLOAD EXAMIANS APP
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 In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() All of the mentioned position() stamp() shape() All of the mentioned position() stamp() ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? from tkinter import * import tkinter All of the mentioned import tkinter as t from tkinter import * import tkinter All of the mentioned import tkinter as t ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.search do? matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string matches a pattern at any position in the string none of the mentioned such a function does not exist matches a pattern at the start of the string ANSWER DOWNLOAD EXAMIANS APP