Welcome to my Python Practice Problems repository!
This repository contains a collection of beginner-friendly Python programs that I solved while learning and practicing Python concepts.
This repository includes Python programs on:
- 🔁 Loops (
for,while) - 🔢 Number problems
- Factorial
- Strong Number
- Harshad Number
- Perfect Squares
- Sum & Average of numbers
- 🔍 Digit-based problems
- Sum of digits
- Product of digits
- 🧮 Mathematical logic problems
- 🧠 Basic problem-solving patterns
All programs are written in simple and easy-to-understand Python.
- Language: Python 🐍
- Concepts:
- Loops
- Conditional statements
- Basic arithmetic operations