Commit ca40ed3a by BellCodeEditor

save project

parent a030b308
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ pygame.init() ...@@ -6,7 +6,7 @@ pygame.init()
position.append() position.append()
position.pop(0) position.pop(0)
position=[(210, 120),(180, 120),(180, 90),(x,y)] position=[(210, 120),(180, 120),(180, 90),(x,y)]
for i in len (position)-1: for i in range ((len)position)-1:
screen.blit(right,position[i]) screen.blit(right,position[i])
......
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