Commit 95c2f932 by BellCodeEditor

auto save

parent 6e0a9c43
Showing with 2 additions and 2 deletions
......@@ -5,6 +5,6 @@ def a(x):
if x==1:
return 1
y=a(x-1)+x
return
print(a(100))
return y
print(a(998))
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