Skip to content

Commit c98859f

Browse files
authored
Update README.md
1 parent b3197e5 commit c98859f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/01.5-loop-seventeen/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ tutorial: "https://www.youtube.com/watch?v=qO3ZNWrkeGg"
44

55
# `01.5` Loop from 1 to 17
66

7-
To loop a specific number of times, we can use
7+
To loop a specific number of times, we can use:
88

99
```py
1010
range(<start>,<end>)

0 commit comments

Comments
 (0)