Question: 5.compute total by iterating through each price in list menu_prices and add it to total. How do you place this in Python? Because when I
5.compute total by iterating through each price in list menu_prices and add it to total. How do you place this in Python? Because when I tried adding the for price in menu_prices: I have to print and when I added the total+=price it gave me an error or the invalid syntax.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
