Log in Register Dashboard Temp Share Shortlinks Frames API

HTMLify

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

Comments