Commit 7207d7d7 by BellCodeEditor

auto save

parent 3b1fba2b
Showing with 1 additions and 1 deletions
......@@ -51,7 +51,7 @@ while True:
x -= 30
elif setheading == "up":
y -= 30
else:
elif setheading == "down":
y += 30
if x==apple_x and apple_y:
num1=random.randint(0,22)
......
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