Commit 3cd71873 by BellCodeEditor

save project

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