Python config() in python Tkinter are used for configure the widget change property of the widget place the widget destroy the widget configure the widget change property of the widget place the widget destroy the widget 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 What is the result of cmp(3, 1) in python? 1 False True 0 1 False True 0 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 All keywords in Python are in _________ lower case UPPER CASE Capitalized None of the mentioned lower case UPPER CASE Capitalized None of the mentioned ANSWER DOWNLOAD EXAMIANS APP
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