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 #111
A single except clause can catch multiple exceptions of different types when they are given as a tuple. For instance:
except (IDontLikeYouException, YouAreBeingMeanException) as e:
pass
. (stackoverflow.com/questions/6470428/catch-multiple-except...)
A single except clause can catch multiple exceptions of different types.
— The Python Quiz (@thepythonquiz) November 9, 2020
False
True#python #python3 #pythonprogramming #learnpython
Question difficulty: 🔵🔵🔵🔵🔵