Ejemplo n.º 1
0
 def __init__(self, velocidad_de_salto):
     self.velocidad_de_salto = velocidad_de_salto
     Comportamiento.__init__(self)