Python When is the finally block executed? only if some condition that has been specified is satisfied when there is no exception when there is an exception always only if some condition that has been specified is satisfied when there is no exception when there is an exception always ANSWER DOWNLOAD EXAMIANS APP
Python What arithmetic operators cannot be used with strings in Python? * All of the mentioned + – * All of the mentioned + – ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of these in not a core data type? Tuples Dictionary Class Lists Tuples Dictionary Class Lists ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? from tkinter import * import tkinter import tkinter as t All of the mentioned from tkinter import * import tkinter import tkinter as t All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than zero more than one zero one more than zero more than one zero one ANSWER DOWNLOAD EXAMIANS APP