A collection of Python programs covering fundamental concepts like loops, functions, and problem-solving exercises.
📌 Topics Covered
- Loops
- Conditional statements
- Functions
- List operations
- Tuple operations
- String manipulation
🧠 Programs Included
- FizzBuzz
- Calendar program
- GPA calculator
- Distance calculation
- List operations
- Remove duplicates
- Reverse number
- Count vowels
- Merge lists alternately
- And more...
This repository is part of my learning journey to improve Python programming skills and problem-solving ability.
- Add more advanced programs
- Improve code structure
- Add comments and optimizations