From 2c892434859844d9432a270cef6b420c65cb43c9 Mon Sep 17 00:00:00 2001 From: maratnugmanov Date: Fri, 21 Feb 2025 07:56:31 +0500 Subject: [PATCH] Update 4-data-processing.md a typo fix (dicionary > dictionary) --- data/part-7/4-data-processing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/part-7/4-data-processing.md b/data/part-7/4-data-processing.md index e3399e57..81c71072 100644 --- a/data/part-7/4-data-processing.md +++ b/data/part-7/4-data-processing.md @@ -332,7 +332,7 @@ You have the CSV files from the previous exercise at your disposal again. Please The tasks are numbered 1 to 8, and each submission is graded with 0 to 6 points. -In the dicionary returned the key should be the name of the student, and the value the total points received by the student. +In the dictionary returned the key should be the name of the student, and the value the total points received by the student. Hint: nested dictionaries might be a good approach when processing the tasks and submission times of each student.