... print(a//b) # 除法(取整數,無條件捨去) print(a%b) # 取餘數print(a**b) # 次方. 13 7 30 3.3333333333333335 3 1 1000. 在Python程式中「=」 ...
確定! 回上一頁