Commit 8bdcac88 by BellCodeEditor

auto save

parent bb42110a
Showing with 3 additions and 8 deletions
i=0
s=0
while True:
i+=1
s+=i
if i==3:
break
print(s)
j=5
i=7
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