A beginner-level project created to practice and explore core Python concepts, including variables, data types, functions, loops, conditionals, and basic file I/O.
This project is for learning Python from scratch, testing small scripts, and understanding foundational programming concepts.
- Variables & Data Types
- Loops (for, while)
- Conditionals (if, elif, else)
- Functions and Arguments
- File Reading & Writing
- Working with Lists, Tuples, Dictionaries
Clone the Repo
- git clone https://github.com/your-username/your_repo.git
- cd your_folder_name
python filename.py
- Designed for learning and experimenting.
- No external libraries required — pure Python.