Skip to content

Commit 98b8253

Browse files
committed
babu fix
1 parent ffab780 commit 98b8253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basics/loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ while True:
426426

427427
## Exercises
428428

429-
1. This code is supposed to print each number between 1 and 5. Fix it.
429+
1. This code is supposed to print the numbers 1,2,3,4,5. Fix it.
430430

431431
```python
432432
things = str([1, 2, 3, 4, 5])

0 commit comments

Comments
 (0)