在日常生活中,經常會需要平方與立方的計算。 ... 下使用) import math print "5 的平方= 5 ** 2 = ", 5**2 print "5 的平方= math.pow(5,2) = ", math.pow(5,2) ...
確定! 回上一頁