使用Python 中的自带库 math 、自带函数 pow 和自带库 cmath 来对数字进行开根号运算。 使用: math.sqrt(数字). import math n = int(input('数字:')) x ...
確定! 回上一頁