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.