Question: use python 4. To find the factorial of a number, n ! defined by fact( n)=1, if n=0. Otherwise, fact(n) =n fact(n-1)
4. To find the factorial of a number, n ! defined by fact( n)=1, if n=0. Otherwise, fact(n) =n fact(n-1)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
