The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #223
The else part of the try-except-else construct is executed when no exception occurs. (docs.python.org/3/tutorial/errors.html)
When is the else part of try-except-else construct executed?
— The Python Quiz (@thepythonquiz) October 21, 2020
When no exception occurs
When an exception occurs within the except block
Always
When an exception occurs#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅
Similar questions: