idade = int(input("Digite sua idade: "))
if idade < 12:
    print = 10.00 
elif idade >= 60:
    print 15.00
else:
    print = 20.00

Embed on website

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