lovy003 / First-PR

Make Your first PR as part of hactoberfest 2k21. You can add here your first project you made while learning any new language. Make this repo a resource material for those who have just started with a new language.
24 stars 60 forks source link

Create factorial_recursive.py #79

Closed Shivamjindal1 closed 2 years ago

Shivamjindal1 commented 2 years ago

Created a program to print factorial of any number using recursive method.