Python Which is the correct expression for power(xy ) in Python? x^y None of the mentioned x**y x^^y x^y None of the mentioned x**y x^^y ANSWER DOWNLOAD EXAMIANS APP
Python All keywords in Python are in _________ lower case Capitalized UPPER CASE None of the mentioned lower case Capitalized UPPER CASE None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python In Python, which of the following cannot be a variable? __init__ It on in __init__ It on in ANSWER DOWNLOAD EXAMIANS APP
Python In Python GUI programming, the method that leaves an impression of a turtle shape at the current location shape() position() stamp() All of the mentioned shape() position() stamp() All of the mentioned ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is an exception only if some condition that has been specified is satisfied when there is no exception always when there is an exception only if some condition that has been specified is satisfied when there is no exception always ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for change property of the widget place the widget configure the widget destroy the widget change property of the widget place the widget configure the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP