Python has a built-in exponentiation operator (“**”), but pow() can be useful when you need to pass a callable function as an argument. import math for x, ...
確定! 回上一頁