Question: Write a function factorial (m) that calculates and returns the n-faculty (!n) as defined as n*(n-1)*(n-2)*...*1. printing (factory (3)) printing (factory (4)) Provides printing: 6
Write a function factorial (m) that calculates and returns the n-faculty (!n) as defined as n*(n-1)*(n-2)*...*1.
printing (factory (3)) printing (factory (4))
Provides printing:
6
24
(solve the task with python)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
