Commit 004bd039 by BellCodeEditor

save project

parent dc63d680
Showing with 3 additions and 3 deletions
def s(n):
if n==1:
return1
a=s(n-1)+n
return a
......
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