# favorite food program print("This program will ask for your favorite food") food =input("What is your favorite food? ") if food == "chicken": print("I know who you are") else: print(f"I love {food} too")