Python Which of the following is invalid variable in Python? __str__ = 1 None of the mentioned _a = 1 __a = 1 __str__ = 1 None of the mentioned _a = 1 __a = 1 ANSWER DOWNLOAD EXAMIANS APP
Python How many except statements can a try-except block have? more than zero more than one one zero more than zero more than one one zero ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Frame All of the mentioned Window Label Frame All of the mentioned Window Label 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
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
Python When will the else part of try-except-else be executed? Always when an exception occurs in to except block when no exception occurs when an exception occurs Always when an exception occurs in to except block when no exception occurs when an exception occurs ANSWER DOWNLOAD EXAMIANS APP