Python In order to store values in terms of key and value we use what Python core data type. list tuple set dictionary list tuple set dictionary ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following results in a SyntaxError? “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ”’That’s okay”’ ‘3\’ “He said, ‘Yes!'” ‘”Once upon a time…”, she said.’ ”’That’s okay”’ ‘3\’ ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window Label Frame All of the mentioned Window Label Frame All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? import tkinter as t from tkinter import * import tkinter All of the mentioned import tkinter as t from tkinter import * import tkinter All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When will the else part of try-except-else be executed? when an exception occurs Always when an exception occurs in to except block when no exception occurs when an exception occurs Always when an exception occurs in to except block when no exception occurs ANSWER DOWNLOAD EXAMIANS APP
Python Why are local variable names beginning with an underscore discouraged in Python Programming? they are used to indicate a private variables of a class they slow down execution they confuse the interpreter they are used to indicate global variables they are used to indicate a private variables of a class they slow down execution they confuse the interpreter they are used to indicate global variables ANSWER DOWNLOAD EXAMIANS APP