Skip to content

Commit b725243

Browse files
Fix Sample input for "Course grading, part 1" exercise
The content of sample students file is not reflected in sample output of the exercise and we can see that the next exercises also base their results on the output, so better fix the input to sync up with further text of the article.
1 parent f221fd6 commit b725243

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

data/part-6/1-reading-files.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -572,9 +572,9 @@ This program works with two CSV files. One of them contains information about so
572572

573573
```csv
574574
id;first;last
575-
12345678;peter;pythons
576-
12345687;jean;javanese
577-
12345699;alice;adder
575+
12345678;pekka;peloton
576+
12345687;jaana;javanainen
577+
12345699;liisa;virtanen
578578
```
579579

580580
The other contains the number of exercises each student has completed each week:

0 commit comments

Comments
 (0)