# Calculadora de média nota1 = 8.0 nota2 = 7.0 media = (nota1 + nota2) / 2 print(f"Sua média final foi: {media}")
To embed this project on your website, copy the following code and paste it into your website's HTML: