Python Professional — Hard
Key points
- `next()` on an exhausted generator raises `RuntimeError`
- Modifying a list while iterating over a copy can cause unexpected behavior
- Using `super()` without arguments is valid in Python 3
- Defining a class with no methods is allowed in Python
Ready to go further?
Related questions
