Пример #1
0
 def __pow__(self, other):
     return power(self, other)
Пример #2
0
 def __rpow__(self, other):
     return power(other, self)