Python Professional — Hard
Key points
- The `or` operator stops at the first truthy value
- An empty list, empty dictionary, and 0 are considered falsy
- 'hello' is a non-empty string, making the entire expression True
Ready to go further?
Related questions
