Python Professional — Hard
Key points
- The `next()` function returns the next item from an iterator.
- The generator expression filters values from the range of 0 to 9.
- Only values greater than 5 are considered in the generator expression.
Ready to go further?
Related questions
