在程式語言中,%就不是百分比的意思,而是餘數。 ... 另一個方式是用內建的math.pow()。 ... 5**(0.5) print "5 的平方根= math.pow(5,0.5) = ", math.pow(5,0.5) ...
確定! 回上一頁