Page 1 of 1

Create a menu of food items with prices. Each time you select an item, the total price is tracked. Have one menu item be

Posted: Sun May 15, 2022 10:24 am
by answerhappygod
Create A Menu Of Food Items With Prices Each Time You Select An Item The Total Price Is Tracked Have One Menu Item Be 1
Create A Menu Of Food Items With Prices Each Time You Select An Item The Total Price Is Tracked Have One Menu Item Be 1 (29 KiB) Viewed 65 times
please choose one and create a 30 line of code using these
examples. Thank you!
Create a menu of food items with prices. Each time you select an item, the total price is tracked. Have one menu item be "order complete," and when you select it the total cost of the order is shown. Create a fortune teller. Ask the user to choose one of four colors, then choose a number between 1 and 4. Use if/elif statements for the colors and imbed if/elif statements for the numbers. Make up fortunes to print for each possible option. Make a Memory Game. Ask the user for 12 words, and put them in a list. Ask the user for a number between 1 and 9. Tell the use the word at that location in the list and ask the user for the next word. If the user is correct repeat two more times. If the user misses a word display a "game over" message. If the user gets 3 words correct, display a "you win" message. To make it harder, include a bunch of print(" ") calls to run the words the user typed in off the screen in shell before starting the memory game.