Learn to code with step-by-step lessons. A place for students to work through programming fundamentals and build skills.
A café menu:
Show the menu in a loop. Add prices to a total until the user chooses 0. Then print Your total is $X (you can use round(..., 2)).
Skills: while, menu if / elif, accumulator.