This repository contains beginner-friendly Python programs to practice fundamental concepts like:
- Variables
- User input
- Strings
- Arithmetic operations
- Conditional logic
Each file solves one basic problem, ideal for those just starting with Python.
- 🧑🎓 Python beginners
- 📚 Students practicing basic problems
- 👨💻 Anyone preparing for Python coding interviews
- Clone or download the repo
- Run the Python files in your code editor or terminal
- Modify and experiment to learn better!