Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Gudkat committed Mar 28, 2024
1 parent 4d2225f commit f221fd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/part-4/6-strings-and-lists.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ The program asks the user for results from different students on the course. The

Exam points are integers between 0 and 20. The number of exercises completed is an integer between 0 and 100.

The program kees asking for input until the user types in an empty line. You may assume all lines contain valid input, which means that there are two integers on each line, or the line is empty.
The program keeps asking for input until the user types in an empty line. You may assume all lines contain valid input, which means that there are two integers on each line, or the line is empty.

And example of how the data is typed in:

Expand Down

0 comments on commit f221fd6

Please sign in to comment.