logo
logo
AI Products 
Leaderboard Community🔥 Earn points

Factorial-program-in-python

avatar
nishadnetha
collect
0
collect
0
collect
2
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
collect
0
collect
2
avatar
nishadnetha