summaryrefslogtreecommitdiff
path: root/progs/a358.py
blob: 9da0de3c91434ce5ab9f2c60f40a249b2d18a900 (plain)
1
2
def Average(lst): 
    return sum(lst) / len(lst)