To find the average of a list with Python, we can use the statistics.mean method. For instance, we write: import statistics l = [15, 18, 2 ...
確定! 回上一頁