Python When will the else part of try-except-else be executed? when no exception occurs Always when an exception occurs in to except block when an exception occurs when no exception occurs Always when an exception occurs in to except block when an exception occurs ANSWER DOWNLOAD EXAMIANS APP
Python When is the finally block executed? when there is an exception always only if some condition that has been specified is satisfied when there is no exception when there is an exception always only if some condition that has been specified is satisfied when there is no exception ANSWER DOWNLOAD EXAMIANS APP
Python In which of the following field, we can put our Button? Label All of the mentioned Frame Window Label All of the mentioned Frame Window ANSWER DOWNLOAD EXAMIANS APP
Python What error occurs when you execute the following Python code snippet? apple = mango ValueError TypeError SyntaxError NameError ValueError TypeError SyntaxError NameError ANSWER DOWNLOAD EXAMIANS APP
Python What type of data is: a=[(1,1),(2,4),(3,9)]? List of tuples Invalid type Array of tuples Tuples of lists List of tuples Invalid type Array of tuples Tuples of lists 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