Question: Python Coding Problem 1.23 Dining Receipt Write a program to display the dining receipt at a restaurant. The program should accept two inputs from the
1.23 Dining Receipt Write a program to display the dining receipt at a restaurant. The program should accept two inputs from the user. The first input should be the menu item and the second input should be the price of that menu item, You should receive two inputs from the user and print the order summary followed by "Bon Appetit!" if the inputs are Pizza, S12 The sample output should look like this: Please enter your desired menu items The price of your desired foods Order Summary: pizza, 912 Bon Appetit! Hint 1: You can use "input(' command to receive an input from the user Hint 2: Assign the user input obtained by "input)' command to a variable named user_input.1, user input 1 = Input Hint 3. You can display a message when requesting an input from the user user input Input (please enter your desired menu item") Hint 4 You can define a new line by inex print("The weather in nice today ") 0/2 LAD ACTIVITY 1.23.1: Dining Receipt main.py Land default template 1 Solution goes here
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
