print('Hello world!')
#declarar variables
premio=2400
nada=0
num1=float(input("\nintroduce el nivel"))
if num1<0.4:
print("\ninaceptable",nada)
elif num1>=0.4<num1<=0.6:
print("\naceptable",premio*num1)
elif num1>=0.6 and num1<=1:
print("\nmerito",premio*num1)
elif num1>1:
print("\nexediste el limite")
To embed this project on your website, copy the following code and paste it into your website's HTML: