print('Welcome to my application')
age = int(input('How old are you?\n'))
if age >= 12:
 print('Good. You can use the app')
else:
 print("Sorry, you can't use the app")

Embed on website

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