Commit a3c41d5a by BellCodeEditor

auto save

parent cf1d8892
Showing with 8 additions and 0 deletions
def sum(a):
s=0
for i in range (a+1):
s=s+i
return s
r=sum(5)
print(r)
\ 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