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 2ede745 commit 76866fbCopy full SHA for 76866fb
exercises/22-Integral/README.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
+## 💡 Hint:
22
23
++ A `for` loop would be a good idea.
0 commit comments