Question: write the pycharm code for placeholders Replace the placeholders and complete the python program. The factorial of a number is that number multiplied by each
write the pycharm code for placeholders
Replace the placeholders and complete the python program. The factorial of a number is that number multiplied by each of it's predecessors until you reach 1 def factorial (n): stat.ement for i in loop rang For example 3! (read as 3 factorial) is 3x2x1 6 5! is 5x4x3x2x1 120 statement return result print (factorial(5)) print (factorial (7)) print (factorial (9)) You are to complete the definition of a function that computes the factorial of a given number 10 12 13 We have given you a small program that tries to call a function named "factorial" for the numbers 5,7, and 9
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
