num=int(input("ENter number between 10 and 20"))
if num>=10:
elif num<=20: print("THank you")
else:
print("Incorrect")
Aucun commentaire:
Enregistrer un commentaire