Practice ยท 1 of 3
Even Stream
Implement evens(limit) as a generator function yielding even numbers from 0 up to and including limit (if it is even).
Difficulty: intermediate
Press Submit to check your solution.
Back to lesson: Practice: Generator Drills