pythonCopy import statistics lst = [7,8,9,5,1,2,2,3,4,5] print(statistics.median(lst)). 輸出: textCopy 4.5 ...
確定! 回上一頁