import pigAge
print("Enter the age of the pig in years:")
pig_years= int(input())
human_years = pigAge.pigAge_converter(pig_years)
print(f"{pig_years} pig years is equivalent to {human_years} in human years")
To embed this project on your website, copy the following code and paste it into your website's HTML: