def power(x, n): s = 1 while n > 0: n = n - 1 s = s * x return s print power(5, 3)
搞枫搞雨
白须
莫云阳
NothingAJ
相关分类