Commit 646bcf1a by BellCodeEditor

save project

parent a3647986
Showing with 0 additions and 1 deletions
...@@ -53,7 +53,6 @@ while True: ...@@ -53,7 +53,6 @@ while True:
else: else:
y += 30 y += 30
position.append((x, y)) position.append((x, y))
position.pop(0)
if x==ax and y==ay: if x==ax and y==ay:
n1=random.randint(0,21) n1=random.randint(0,21)
n2=random.randint(0,15) n2=random.randint(0,15)
......
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