Commit 29d487d6 by BellCodeEditor

save project

parent efb89edb
Showing with 0 additions and 1 deletions
......@@ -53,7 +53,6 @@ while True:
if setheading == "down":
y += 30
position.append((x, y))
position.pop(0)
if x==apple_x and y==apple_y:
num1=r.randint(1,22)
num2=r.randint(1,16)
......
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