Kassa

Sign in to test your solution.
totaal = 0 ... # deel 1 while ... : # deel 2 totaal .... # deel 3 ... # deel 4 # Uitvoer print(f"De totale prijs is € {totaal:.2f}")

  Python sandbox

This window allows you to run Python code without installing a thing. The code you write here is not automatically submitted to Dodona.

Test case being debugged