Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sashamishcheriakova authored Apr 9, 2024
1 parent 83e4ee9 commit 5acff03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/quiz1/question_1.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Correct. The loop runs once, in order, for each item `i` in the range [0, 1, 2,

--- feedback ---

Nto quite, a `for` loop runs through the sequence of items it is given in order. Because `range()` gives an ordered sequence from 0 to the number it is passed, that is the order you would expect to see printed out by this `for` loop.
Not quite, a `for` loop runs through the sequence of items it is given in order. Because `range()` gives an ordered sequence from 0 to the number it is passed, that is the order you would expect to see printed out by this `for` loop.

--- /feedback ---

Expand Down

0 comments on commit 5acff03

Please sign in to comment.