Skip to content

Commit 2ede745

Browse files
authored
Update README.es.md
1 parent fa43a77 commit 2ede745

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/22-Integral/README.es.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,7 @@ squares_dictionary(8)
1717
```py
1818
{1: 1, 2: 4, 3: 9, 4: 16, 5: 25, 6: 36, 7: 49, 8: 64}
1919
```
20+
21+
## 💡 Pista:
22+
23+
+ Un bucle `for` sería buena idea.

0 commit comments

Comments
 (0)