Python Which is the correct expression for power(xy ) in Python? x**y x^y x^^y None of the mentioned x**y x^y x^^y None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python What is the use of duck typing? Makes the program code smaller No restriction on the type values that can be passed to a given method Less 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 No restriction on the type values that can be passed to a given method Less 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 ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for place the widget change property of the widget configure the widget destroy the widget place the widget change property of the widget configure the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP
Python How we import a tkinter in python program ? from tkinter import * import tkinter as t All of the mentioned import tkinter from tkinter import * import tkinter as t All of the mentioned import tkinter ANSWER DOWNLOAD EXAMIANS APP
Python How we install tkinter in system ? pip install python pip install tkinter tkinter pip install tkinter install pip install python pip install tkinter tkinter pip install tkinter install ANSWER DOWNLOAD EXAMIANS APP
Python An exception is ____________ an object a standard module a special function a module an object a standard module a special function a module ANSWER DOWNLOAD EXAMIANS APP