Commit c25a2944 by BellCodeEditor

save project

parent ecc99bdc
Showing with 18 additions and 0 deletions
i=0
s=0
while i<5:
s=s+i
i=i+1
print(i,s)
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