#任务:求data中出现次数最多的数 data = [1,5,7,10,23,20,6,5,10,7,10] #任务:求data中出现次数最多的数,若有多个,求这些数的平均值 data = [1,5,7,10,23,20,7,5,10,7,10] 第二个样例更赞。