How to calculate Square Root in Python? ; # Using the pow() function import · float(input(" Enter a number: ")) sqRoot = math.pow(num, 0.5) print( ...
確定! 回上一頁