human_years = int(input('Enter age of dog (in human years): 10'))
print()
dog_years = 7 * human_years
print(human_years, 'human years is about', end=' ')
print(dog_years, 'dog years.')
To embed this project on your website, copy the following code and paste it into your website's HTML: