Ejemplo n.º 1
0
 def turn_right(self):
     self.__direction = Direction.next_right(self.__direction)
     self.__angular += 1