Guess the output if the input is 5 for the below code??
import math
n = int(input("enter the number:"))
result = math.factorial(n)
print("factorial of",n,"is",result) 



Posted on by