We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf6d3b6 commit 2ddeba9Copy full SHA for 2ddeba9
exercises/39-class-that-iterates/README.md
@@ -2,8 +2,8 @@
2
3
## 📝 Instructions:
4
5
-1. Define a class with a generator that can iterate the numbers that are divisible by 7, between a given range `0` and `n`.
+1. Define a class with a generator function that can iterate the numbers that are divisible by 7, between a given range `0` and `n`.
6
7
## 💡 Hint:
8
9
-+ Consider using `yield`.
++ Read about generator functions and `yield`: https://sentry.io/answers/python-yield-keyword/
0 commit comments