Ejemplo n.º 1
0
 def __pow__(self, other):
     return power(self, other)
Ejemplo n.º 2
0
 def __rpow__(self, other):
     return power(other, self)