# calculadora de media
nota1 = 8.0
nota2 = 9.0
nota3 = 9.0
media = (nota1 + nota2) / 2 
print(f"Sua media final foi: {media}")

Embed on website

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