There was an error while loading. Please reload this page.
1 parent adf728a commit 5be39e5Copy full SHA for 5be39e5
exercises/39-class-that-iterates/README.es.md
@@ -4,7 +4,7 @@
4
5
1. Define una clase con una *generator function* que pueda iterar los números que son divisibles por 7 en un rango dado de `0` a `n`.
6
7
-## 💡 Pista:
+## 💡 Pistas:
8
9
+ Lee sobre *generator functions* y `yield`: https://sentry.io/answers/python-yield-keyword/
10
0 commit comments