Question: Please use Python3 O Write a function to find a factorial of given number. -Function name should be 'factorial' -An integer is given as input

Please use Python3
O Write a function to find a factorial of given number. -Function name should be 'factorial' -An integer is given as input and value is at least 1. (non-negative) - The function must return a factorial result. -The code below will print '120 def factorial (number) # write statement print(factorial(5))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
