Python 内置的**pow()** 函数用于返回x y ( x 的y 次方) 的值## 语法```python pow(x, y [, z]) ``` 计算x 的y 次方,如果z 在存在,则再对结果进行取模, ...
確定! 回上一頁