num = [80,95,77,88,92]
tal = 0
for n in num:
    tal += n
total= tal / 5
print(total)
        

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: