print("Recursive Function") def factorial(n): return(n*factorial(n-1))
Not registered? Create an account
Forgot Password?
Already a registered user? Login