Commit a8554b9a by BellCodeEditor

auto save

parent edaa17b5
Showing with 11 additions and 0 deletions
i=0
a=0
b=0
while i <=100:
if i%2==0
a+=i
else:
b+=i
i=i+1
print(i)
\ 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