Commit 6dcc01a5 by BellCodeEditor

auto save

parent 7c5ff444
Showing with 6 additions and 0 deletions
sum=0
sum=0
n=int(input())
for i in range(1,n+1):
sum+=i
print(sum)
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