#int() changes a value into an integer print("Please enter your age: ") age = int(input()) dog_years = age * 7 print(f"Your age in dog years is") print(dog_years)
To embed this program on your website, copy the following code and paste it into your website's HTML: