import mathn = int(input("enter the number:"))result = math.factorial(n)print("factorial of",n,"is",result)
Not registered? Create an account
Forgot Password?
Already a registered user? Login