Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions data/part-6/1-reading-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -572,9 +572,9 @@ This program works with two CSV files. One of them contains information about so

```csv
id;first;last
12345678;peter;pythons
12345687;jean;javanese
12345699;alice;adder
12345678;pekka;peloton
12345687;jaana;javanainen
12345699;liisa;virtanen
```

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