[IGNORE] Typo.

This commit is contained in:
2025-08-07 10:47:51 +05:30
parent 46eb9c9d65
commit aef79d4f07
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
# 📘 Python Dictionary Exercises by EKIKA
# 📘 Python Dictionary Exercises
These exercises will allow you working with Python `dict`. Youll learn nested structures, lookups, merges, transformations, filtering, and frequency maps — foundational for JSON, API, and data processing.

View File

@@ -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.