int_age = int(input('How old are you? \n'))
print(f'You wrer born in the year {2026 - int_age}')

Embed on website

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