Chalarangelo / 30-seconds-of-python

Short Python code snippets for all your development needs
https://www.30secondsofcode.org/python/p/1
Creative Commons Attribution 4.0 International
8.83k stars 1.26k forks source link

added_factorial_iterative #361

Closed blackksheepp closed 4 years ago

blackksheepp commented 4 years ago

The repository doesn't had an iterative function for getting factorial. So I added it because it quit popular and needed by many peoples.