This repository is my personal tracker for the 60-day Python CLI mini challenge.
The goal is to track daily progress while learning Python and DSA in a clean and organized way.
| Day | Topic / Concept | Completed |
|---|---|---|
| 1 | Variables & Data Types | ✅ |
| 2 | Operators & Comparison | ✅ |
| 3 | Conditional Statements | ✅ |
| 4 | Loops | ✅ |
| 5 | Function | ✅ |
| 6 | Built-in Functions | ✅ |
| 7 | Revision | ✅ |
| 8 | Recursion | ✅ |
- After completing a day’s challenge, simply mark ✅ in the “Completed” column.
- Each day’s mini challenge code is stored in its respective Python file.
- This keeps the tracker clean, simple, and scalable for all 60 days.