This Repo contains some of the basic Python projects done by me
- Electricity Bill Calculator (https://github.com/iravindu/PythonBasicProjects/blob/main/electricity.py)
- Factorial Finder (https://github.com/iravindu/PythonBasicProjects/blob/main/factorialfinder.py)
- Fibonacci Series Generator (https://github.com/iravindu/PythonBasicProjects/blob/main/fibonacci.py)
- Number Reverser (https://github.com/iravindu/PythonBasicProjects/blob/main/reverseNum.py)
This code contains a calculator to calculate the electricity bill of a Sri Lankan household.
The tariffs belong to 2022-June

Here you can enter any integer when prompted and it will return you the factorial of the input!
