Based on questions from participants: - [ ] for exercise 5.5, the solution may explain that `print()` is not necessary to use with `sorted()` – it is part of the question though. - [ ] the solution to 5.7 includes `\'` to escape the single quotes, making the code less readable. We could rewrite it with different quotes.