From aef79d4f07789fa876bc60fda1f1ec85ffbe07b9 Mon Sep 17 00:00:00 2001 From: Anand Shukla Date: Thu, 7 Aug 2025 10:47:51 +0530 Subject: [PATCH] [IGNORE] Typo. --- dict.md | 2 +- list.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dict.md b/dict.md index 8878041..a9f7e20 100644 --- a/dict.md +++ b/dict.md @@ -1,5 +1,5 @@ -# 📘 Python Dictionary Exercises by EKIKA +# 📘 Python Dictionary Exercises These exercises will allow you working with Python `dict`. You’ll learn nested structures, lookups, merges, transformations, filtering, and frequency maps — foundational for JSON, API, and data processing. diff --git a/list.md b/list.md index 8b86133..d98c520 100644 --- a/list.md +++ b/list.md @@ -1,5 +1,5 @@ -# Python List Exercises +# 📘 Python List Exercises These exercises will help you get really good at using lists in Python. You'll practice things like loops, slicing, grouping, and working with nested lists.