Skip to content

Commit f221fd6

Browse files
committed
fixed typo
1 parent 4d2225f commit f221fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/part-4/6-strings-and-lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ The program asks the user for results from different students on the course. The
504504

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

507-
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.
507+
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.
508508

509509
And example of how the data is typed in:
510510

0 commit comments

Comments
 (0)