Keep scrolling down for answers and more stats ...
1. Which of these is not a built-in exception?
2. Which of these is not a well-known Python web framework?
3. What was the original working name of Python 3?
4. Which of these function parameter types is mutable?
5. What's the correct form of the decorator for a class method?
6. What will be the result of running this code? `{}.get("x")`
7. What's the result of this code? `set(1, 1, 2, 2, 3)`
8. In the Python interpreter, how do you get a list of all the local variables?
9. Which of these is not a method of `int` objects?
10. What does `functools.partial` do?