SanthanCH / DSA

Collection of Algorithms
MIT License
2 stars 17 forks source link

Added factorial.py #6

Closed PyroCandy closed 3 years ago

PyroCandy commented 3 years ago

A simple python program which uses iteration to calculate factorial of a number.