Question: Pls I need help on programming this one. 'Skills Reinforced: - Sets - List concatenation - Sequence sorting - String methods UCl wants to make



Pls I need help on programming this one.
'Skills Reinforced: - Sets - List concatenation - Sequence sorting - String methods" UCl wants to make the meals at the AntEatery and Brandywine more responsive to the desires of its student population and has decided to let the students suggest meals for each day. Take in two sets of five inputs for lunch and dinner suggestions, remove duplicate suggestions, and print the menus in alphabetical order. If the input is: The output should be: Lunch Votes: Enter menu item 1: Enter menu item 2: Enter menu item 3: Enter menu item 4: Enter menu item 5: Dinner Votes: Enter menu item 1: Enter menu item 2: Enter menu item 3: Enter menu item 4: Enter menu item 5: Weekly ZotMenu: French Toast Monte Cristo Spaghetti \& Meatballs Tikka Masala Tacos -.c.- Gyoza Pad See Ew Pesto Pasta Ramen Hint: use set conversion, the built-in sorted function, and the string "join" method to complete the lab. 459144.3115256.q3zqy7 The output should be: Lunch Votes: Enter menu item 1: Enter menu item 2: Enter menu item 3: Enter menu item 4: Enter menu item 5: Dinner Votes: Enter menu item 1: Enter menu item 2: Enter menu item 3: Enter menu item 4: Enter menu item 5: Weekly ZotMenu: French Toast Monte Cristo Spaghetti \& Meatballs Tikka Masala Tacos -.c.- Gyoza Pad See Ew Pesto Pasta Ramen Hint: use set conversion, the built-in sorted function, and the string "join" method to complete the lab. 459144.3115256.q3zqy7
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
