dimanche 23 février 2020

What is the error in this if statement of python code

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