We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f73d346 commit e4bbccaCopy full SHA for e4bbcca
1 file changed
Release Notes/v1.3.0.md
@@ -64,6 +64,16 @@
64
- Moved HackerRank exercise files into the main **`Python/`** folder
65
- Aligned external practice problems with the repository’s learning structure
66
- Improved discoverability of practice material for learners
67
+
68
+* **Refactored:** Removed duplicate practice material
69
+ - Deleted the **Built-in Functions Practice Problems** file
70
+ - Retained the canonical version inside **Python Exercises** to avoid duplication
71
72
+* **Refactored:** Improved and reorganized variable scope documentation
73
+ - Fixed typos in the **Global and Local Variables** notebook
74
+ - Moved the notebook into **`01_Python_Basics`**
75
+ - Improved accuracy, readability, and placement of foundational Python concepts
76
77
---
78
79
0 commit comments