Commit a10cb5e6 by BellCodeEditor

auto save

parent e3160ea5
Showing with 8 additions and 0 deletions
This diff is collapsed. Click to expand it.
s=0
for i in range(1,101):
if i%2!=0:
s=s+i
if i%2==0:
s=s-i
print(s)
\ 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