Python pow () ... pow() 函数返回数字的幂。 ... positive x, positive y (x**y) print(pow(2, 2)) # 4 # negative x, positive y print(pow(-2, ...
確定! 回上一頁