Python program to Get the Arithmetic Mean of a List ... x[i] = int(x[i]) average = avg_list(x) print("The result of the average =",round(average,2)) ...
確定! 回上一頁