Day 3: 100 Days of Python

favourite_food = input ("what is your favourite food: ")
preferred_plant = input ("what plant do you prefer: ")
method_of_cooking = input ("what method of cooking do you prefer: ")
burnt_food = input ("what word describe burned food: ")
household_items = input ("what household item: ")
print("i prefer to have", favourite_food, "under a", preferred_plant, "using a", method_of_cooking, "but if the food gets", burnt_food, "but can be gotten rid of using", household_items, )