Commit 4cc85ef8 by BellCodeEditor

save project

parent bdb32fd2
Showing with 5 additions and 2 deletions
q=0 q=0
while q<100: while q<100:
q+=2 q+=2
print(q) print(q)
\ No newline at end of file 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