Commit 5434ecc8 by BellCodeEditor

auto save

parent 18891748
Showing with 8 additions and 0 deletions
This source diff could not be displayed because it is too large. You can view the blob instead.
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