logo
logo
Sign in

Factorial-program-in-python

avatar
nishadnetha
Factorial-program-in-python

In this Factorial-program-in-python program, we are using the built-in math function called factorial. Here you will get python program to find factorial of number using for and while loop.

  Factorial of a number is the product of an integer and all the integers below it, for example the factorial of 5 is 5*4*3*2*1 = 120. Program to find factorial In this program we have defined a function factorial ().

Example program here: https://pradtutorials.com/factorial-program-in-python/

collect
0
avatar
nishadnetha
guide
Zupyak is the world’s largest content marketing community, with over 400 000 members and 3 million articles. Explore and get your content discovered.
Read more