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.