Example #1
0
 def right(self):
     self.moving = True
     c.left_forward()
     c.right_backward() 
Example #2
0
 def up(self):
     self.moving = True
     c.left_forward()
     c.right_forward()