HTMLify

Q50_Pow(x,n).py
Views: 156 | Author: djdj
def myPow(self, x, n):
  return x ** n

Comments