Python How many except statements can a try-except block have? zero more than one more than zero one zero more than one more than zero one ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t All of the mentioned import tkinter from tkinter import * import tkinter as t All of the mentioned import tkinter from tkinter import * ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? __a = 1 None of the mentioned __str__ = 1 _a = 1 __a = 1 None of the mentioned __str__ = 1 _a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python In order to store values in terms of key and value we use what Python core data type. tuple list set dictionary tuple list set dictionary ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for destroy the widget change property of the widget configure the widget place the widget destroy the widget change property of the widget configure the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python What does the function re.match do? 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 matches a pattern at any position in the string ANSWER DOWNLOAD EXAMIANS APP