This repository contains clean and well-structured Python programs created to build strong computer science fundamentals.
- Variables and Data Types
- Input and Output
- Conditional Statements
- Loops (including for-else)
- Functions
- List and String Methods
- Basic Problem Solving Programs
- basics/ → Core Python syntax
- control_flow/ → if-else, loops
- functions/ → Function examples
- lists_strings/ → Data structure operations
- mini_programs/ → Logic-based problems
python filename.py