Commit 6d3ef38c by BellCodeEditor

save project

parent c2cfbfa4
Showing with 0 additions and 8 deletions
q=0
while q<100:
q+=2
print(q)
q-=99
while q<99:
q+=2
print(q)
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