nota=int(input("Ingrese la nota "))
if nota > 100 or nota < 0:
print("La nota está fuera de rango.")
elif nota > 60:
print("El estudiante aprobó.")
else:
print("El estudiante reprobó.")
To embed this project on your website, copy the following code and paste it into your website's HTML: