Ejemplo n.º 1
0
 def move(self, x, y):
     Physical.move(self, x, y)
     return
Ejemplo n.º 2
0
 def move(self, x, y):
     Physical.move(self, x, y)
     for circle in self.circles:
         circle.move(x, y)
     return