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 b3197e5 commit c98859fCopy full SHA for c98859f
exercises/01.5-loop-seventeen/README.md
@@ -4,7 +4,7 @@ tutorial: "https://www.youtube.com/watch?v=qO3ZNWrkeGg"
4
5
# `01.5` Loop from 1 to 17
6
7
-To loop a specific number of times, we can use
+To loop a specific number of times, we can use:
8
9
```py
10
range(<start>,<end>)
0 commit comments