print("Por favor ingrese su edad para poder ingresar al cine")
edad=int(input())
if edad <12 or edad >60:
    print("El ingreso es gratuito")
else:
    print("Tiene que pagar para ingresar")

Embed on website

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