Commit c2cfbfa4 by BellCodeEditor

save project

parent 4cc85ef8
Showing with 1 additions and 1 deletions
...@@ -3,6 +3,6 @@ while q<100: ...@@ -3,6 +3,6 @@ while q<100:
q+=2 q+=2
print(q) print(q)
q-=99 q-=99
while q<100: while q<99:
q+=2 q+=2
print(q) 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