edad=int(input("Página +18 ingrese su edad ")) if edad >= 18: print("Eres mayor de edad, puede ingresar") else: print("Eres menor de edad, no puede ingresar")
To embed this project on your website, copy the following code and paste it into your website's HTML: