Techniques - General Flashcards

1
Q

lst = [2, 65, 6]

FInd the average of the above list of numbers

A

ave = sum(lst) / len(lst)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly