Skip to content

Commit

Permalink
babu fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Akuli committed Oct 24, 2018
1 parent ffab780 commit 98b8253
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basics/loops.md
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ while True:

## Exercises

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

```python
things = str([1, 2, 3, 4, 5])
Expand Down

0 comments on commit 98b8253

Please sign in to comment.