Commit 30969045 by BellCodeEditor

save project

parent d43d1ebd
Showing with 2 additions and 0 deletions
......@@ -33,11 +33,13 @@ while True:
if jS=="up":
if y>10:
y-=30
t+=1
else:
jS="down"
if jS=="down":
if y<400:
y+=30
t-=1
else:
jS="run"
......
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