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 fa43a77 commit 2ede745Copy full SHA for 2ede745
exercises/22-Integral/README.es.md
@@ -17,3 +17,7 @@ squares_dictionary(8)
17
```py
18
{1: 1, 2: 4, 3: 9, 4: 16, 5: 25, 6: 36, 7: 49, 8: 64}
19
```
20
+
21
+## 💡 Pista:
22
23
++ Un bucle `for` sería buena idea.
0 commit comments