scores = [85, 90, 70, 60, 100] num = sum(scores) / len(scores) count = 0 for i in scores: if i > num: count += 1 print(count)
To embed this project on your website, copy the following code and paste it into your website's HTML: