Python What is the use of duck typing? No restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Makes the program code smaller Less restriction on the type values that can be passed to a given method No restriction on the type values that can be passed to a given method More restriction on the type values that can be passed to a given method Makes the program code smaller Less restriction on the type values that can be passed to a given method ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? All of the mentioned import tkinter from tkinter import * import tkinter as t All of the mentioned import tkinter from tkinter import * import tkinter as t ANSWER DOWNLOAD EXAMIANS APP
Python Is Python case sensitive when dealing with identifiers? no None of the mentioned yes machine dependent no None of the mentioned yes machine dependent ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ a module a standard module a special function an object a module a standard module a special function an object ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Window Frame Label All of the mentioned Window Frame Label All of the mentioned ANSWER DOWNLOAD EXAMIANS APP