2021年3月7日星期日

find more than one value of average on list python

There is a list on python that i want to try to find the average of each value in [],there is 3 value in each [] and i want to find the average of it,so how is it?

[[8.07, 8.06, 8.07], [8.27, 8.34, 8.32], [8.64, 8.98, 8.8], [9.27, 9.29, 9.3], [9.52, 9.58, 9.52], [9.69, 9.7, 9.05], [10.19, 10.16, 10.17], [10.46, 10.49, 10.48], [10.85, 10.84, 10.96], [11.04, 11.06, 11.1], [7.91, 7.93, 7.93], [8.5, 8.55, 8.46], [8.99, 8.84, 8.96], [9.53, 9.3, 9.53], [9.69, 9.66, 9.68], [9.81, 9.84, 9.87], [10.41, 10.45, 10.43], [10.59, 10.67, 10.65], [10.98, 11.04, 10.04], [11.09, 11.3, 11.29]]  

how to find value on each[]?

https://stackoverflow.com/questions/66523464/find-more-than-one-value-of-average-on-list-python March 08, 2021 at 10:03AM

没有评论:

发表评论