[solved]-Create Program Using Python Uses Function Print List User Input Favorite Food Items User A Q39093308
Create a program using PYTHON that uses a function to print alist of user input of favorite food items. The user should be ableto input as many items as they like, and end the input with theword ‘quit’. The list created should be named fav_food and the listshould be sent to the function to print to screen.
Details:
-while loop to enter user input with ‘quit’ as the word to endthe input loop.
-function called with user input values as arguments to beprinted inside of the function.
-print should include the list item and a short message abouthow the user likes the item.
-function will have an unknown number of arguments.
Expert Answer
Answer to Create a program using PYTHON that uses a function to print a list of user input of favorite food items. The user should… . . .
OR

