Question: Python Coding Question Ordering breakfast Write a program (graphical or text-based) that asks the user how much spam, bacon, sausage, and eggs she would like
Python Coding Question
Ordering breakfast
Write a program (graphical or text-based) that asks the user how much spam, bacon, sausage, and eggs she would like for breakfast and displays the name of the resulting dish and of course we'll always add "and spam" on the end regardless of what the user picks. For example, if I say I want 3 spam, 1 bacon, 0 sausage, and 2 eggs, it should display "Spam, spam, spam, bacon, egg, egg, and spam". Make sure you get the placement of the commas and spaces and capitalize it correctly.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
