Question: Design a program that displays the following menu: Select a Language and I will say Good Morning 1. English 2. Italian 3. Spanish 4. German
Design a program that displays the following menu:
Select a Language and I will say Good Morning 1. English 2. Italian 3. Spanish 4. German 5. End the Program Enter your selection.
If the user selects item 1, the program should display Good morning. If the user selects item 2, the program should display Buongiorno. If the user selects item 3, the program should display Buenos dias. If the user selects item 4, the program should display Guten morgen. If the user selects item 5, the program should end.
I found the other solutions/guides, but they are all in java. This has to be in python.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
