# calculadora de media
nota1 = 8.0
nota2 = 7.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: