To find average of a list in Python, calculate the sum of elements and divide it by the length. For example avg = sum(grades)/len(grades)
確定! 回上一頁