Commit 9c2b1834 by BellCodeEditor

save project

parent 3fa01b96
Showing with 3 additions and 3 deletions
...@@ -31,11 +31,11 @@ while True: ...@@ -31,11 +31,11 @@ while True:
setheading="down" setheading="down"
if setheading=="right": if setheading=="right":
x+=30 x+=30
if setheading=="left": elif setheading=="left":
x-=30 x-=30
if setheading=="up": elif setheading=="up":
y-=30 y-=30
if setheading=="down": else:
y+=30 y+=30
......
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