I have to write a simple cafe program as a task to first ask the user which one of the three types of pizza he wants and display the price next to it. After that, we ask them if they want something else, for example, sauce, soft drink, or water, and their price should be as well. Finally, display the total purchase price
I tried different ways but to no avail.
source https://stackoverflow.com/questions/76745368/how-to-write-a-cafe-program-in-python
Comments
Post a Comment