Commit 106b6fd2 by BellCodeEditor

save project

parent 8bfd5a01
Showing with 0 additions and 4 deletions
q=1 q=1
while q<100: while q<100:
print(q)
q+=1 q+=1
w+=q w+=q
q=0 q=0
while q<100: while q<100:
print(q)
q+=2 q+=2
e+=q e+=q
q=-1 q=-1
while q<100: while q<100:
print(q)
q+=2 q+=2
r+=q r+=q
print(f"{w} {e} {r}") print(f"{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