Commit 3cd71873 by BellCodeEditor

save project

parent eedb0d96
Showing with 3 additions and 13 deletions
q=0
w=0
while q<100:
w*=q
q+=1
w+=q
q=0
e=0
while q<100:
q+=2
e+=q
q=-1
r=0
while q<100:
q+=2
r+=q
print(f"{w} {e} {r}")
\ No newline at end of file
print(w)
\ 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