This repository contains my daily Python practice as part of my learning and interview preparation journey.
I am learning Python from basics to advanced, along with Git and real-world development practices.
- Variables and Data Types
- Input and Output
- Operators
- Conditional Statements (
if / elif / else) - Largest of Numbers
- Leap Year Logic
python-basics-practice/
├── README.md
├── day1_basics.py
├── day2_conditions.py