fix(a) 無條件進位 array([1.2345, -1.647]).round(decimals=1) 四捨五入到小數點後1位 x = arange(3,10,2) 產生數字矩陣 x = range(12) 產生LIST列表
確定! 回上一頁