Skip to content

Commit 76866fb

Browse files
authored
Update README.md
1 parent 2ede745 commit 76866fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

exercises/22-Integral/README.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+
## 💡 Hint:
22+
23+
+ A `for` loop would be a good idea.

0 commit comments

Comments
 (0)