"Basic Python programs for learning and practice".
This repository contains simple Python programs for practice and learning.
It is mainly created to demonstrate beginner-level coding concepts in Python.
- calculator.py → Basic calculator (add, subtract, multiply, divide)
- factorial.py → Factorial using recursion
- patterns.py → Simple star pattern printing
- average.py → Calculate average marks of a student
- Python 3
- Basic Programming Concepts (functions, loops, recursion)
- For learning and practicing fundamental Python concepts.
- Helpful for beginners