def right(self): self.moving = True c.left_forward() c.right_backward()
def down(self): self.moving = True c.left_backward() c.right_backward()