Commit c5e6aa34 by BellCodeEditor

auto save

parent 9958def0
Pipeline #5343 failed in 0 seconds
Showing with 0 additions and 11 deletions
d = 0
def a(n):
if n >0:
b = n-1
c = n*b
n -= 1
global d
d += c
a(n)
print(d)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment