# Calculadora de Idade canina 
idade = int(input("7:  "))
idade_canina = idade * 7 
print (f"seu cachorro tem aproximadamente {idade_canina} anos na idade canina!")

Embed on website

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