print('Hello world!') #declarar variables edad=int(input("\nintroduce la edad")) if edad>=18: print("\nes mayor de edad") else: print("\nno es mayor de edad")
To embed this project on your website, copy the following code and paste it into your website's HTML: