Commit cf405e8c by BellCodeEditor

save project

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