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.
Create a menu of food items with prices. Each time you select an item, the total price is tracked. Have one menu item be
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Create a menu of food items with prices. Each time you select an item, the total price is tracked. Have one menu item be
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!