Python How many except statements can a try-except block have? more than zero more than one zero one more than zero more than one zero one ANSWER DOWNLOAD EXAMIANS APP
Python Which of the following is invalid variable in Python? None of the mentioned __str__ = 1 _a = 1 __a = 1 None of the mentioned __str__ = 1 _a = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
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 maximum possible length of an identifier allowed by Python? 63 characters None of the mentioned 31 characters 79 characters 63 characters None of the mentioned 31 characters 79 characters ANSWER DOWNLOAD EXAMIANS APP
Python config() in python Tkinter are used for configure the widget destroy the widget change property of the widget place the widget configure the widget destroy the widget change property of the widget place the widget ANSWER DOWNLOAD EXAMIANS APP
Python Which one of these is used for floor division in Python? / None of the mentioned // % / None of the mentioned // % ANSWER DOWNLOAD EXAMIANS APP