Commit 65328d17 by BellCodeEditor

save project

parent 6625a123
Showing with 17 additions and 0 deletions
q=1
while q<100:
print(q)
q+=1
w+=q
q=0
while q<100:
print(q)
q+=2
e+=q
q=-1
while q<100:
print(q)
q+=2
r+=q
print(w e r)
\ 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