Commit b13df17e by BellCodeEditor

save project

parent a2c519ac
Showing with 7 additions and 0 deletions
n=20
m=0
while n>0:
m=m+n%3
n=n-5
print(m,n)
\ 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