Commit e66bd55a by BellCodeEditor

save project

parent 0bca1e77
Showing with 2 additions and 2 deletions
......@@ -35,13 +35,13 @@ while True:
if q == 2:
if t >= 0:
y-=t
t-=5
t-=2
else:
q=3
if q == 3:
if t <= 30:
y+=t
t+=5
t+=2
else:
q=1
y=400
......
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