def f(m): if m == 1: return(1) else: return(m+f(m-1))
Not registered? Create an account
Forgot Password?
Already a registered user? Login