Python In order to store values in terms of key and value we use what Python core data type. list set dictionary tuple list set dictionary tuple ANSWER DOWNLOAD EXAMIANS APP
Python Which module in Python supports regular expressions? none of the mentioned regex pyregex re none of the mentioned regex pyregex re ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location position() stamp() shape() All of the mentioned position() stamp() shape() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter from tkinter import * import tkinter as t All of the mentioned import tkinter from tkinter import * import tkinter as t All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? tkinter pip install pip install python tkinter install pip install tkinter tkinter pip install pip install python tkinter install pip install tkinter ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? / % None of the mentioned // / % None of the mentioned // ANSWER DOWNLOAD EXAMIANS APP