Commit 4cc85ef8 by BellCodeEditor

save project

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