max (*a), 回傳參數中的最大值。 min(*a), 回傳參數中的最小值。 pow(x, y, z), 回傳x ** y 或x ** y % z 。 round(n , d), 回傳n 四捨五入後最接近的數字, d 為小數點 ...
確定! 回上一頁