# ask users what there favourite food is food = input(" what is your favourite food? ") if food == "mc donalds": print ("thats toooo yummm") else: print ("nah thats not the one") print ("The program has ended")