โ All modules
Iterators and Generators
Work with streams of values one step at a time.
Lessons
- 1Use iter() and next()Free ยท +10 XP
- 2Count While Looping with enumerate()๐ Pro ยท +10 XP
- 3Pair Values with zip()๐ Pro ยท +10 XP
- 4Write a Generator with yield๐ Pro ยท +10 XP
- 5Yield Transformed Values๐ Pro ยท +10 XP
- 6Use a Generator Expression๐ Pro ยท +10 XP
- 7Score Lines ChallengeChallenge๐ Pro ยท +25 XP