#Version 3 conditional statment #Test you for your favourite food food = input ("What is your favourite food? ") if food=="Sushi": print("you have great taste") print("The program has ended") else: print("Nice choice") print("The program has ended") #End of Program