Commit e3582c27 by BellCodeEditor

auto save

parent e28ba737
Showing with 1 additions and 5 deletions
s=0
for i in range(1,101):
if i%2==0:
s=s+i
print(s)
col
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