# Calculadora de média 
nota1 = 8.0
nota2 = 7.0

média = (nota1 + nota2) / 2 
print(f"Sua média final foi: {média}")

Embed on website

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