Python An exception is ____________ an object a standard module a module a special function an object a standard module a module a special function ANSWER DOWNLOAD EXAMIANS APP
Python Which is the correct expression for power(xy ) in Python? x^^y x^y None of the mentioned x**y x^^y x^y None of the mentioned x**y ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following blocks will be executed whether an exception is thrown or not? Assert Else except finally Assert Else except finally ANSWER DOWNLOAD EXAMIANS APP
Python What is the maximum possible length of an identifier allowed by Python? 79 characters 63 characters None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters ANSWER DOWNLOAD EXAMIANS APP
Python What is the result of cmp(3, 1) in python? 0 1 False True 0 1 False True ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget place the widget change property of the widget destroy the widget configure the widget place the widget change property of the widget destroy the widget ANSWER DOWNLOAD EXAMIANS APP