From f221fd610a81181cf49b81a9c8846fdcf58a8277 Mon Sep 17 00:00:00 2001 From: Timo Paloneva Date: Thu, 28 Mar 2024 11:30:23 +0200 Subject: [PATCH] fixed typo --- data/part-4/6-strings-and-lists.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-4/6-strings-and-lists.md b/data/part-4/6-strings-and-lists.md index 89868389f..a8d112852 100644 --- a/data/part-4/6-strings-and-lists.md +++ b/data/part-4/6-strings-and-lists.md @@ -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: