Foodtruck
Sign in to test your solution.
# Nuttige variabelen
totaal = 0.0
topomzet = -1.0
topdag = 0
# Vraag 7x de omzet en bereken het antwoord op de vragen
# Uitvoer
print(f"totaalomzet | € {totaal:.2f}")
print(f"gemiddelde/dag | € {gemiddelde:.2f}")
print(f"topdag | {topdag}")
print(f"topomzet | € {topomzet:.2f}")
You can submit as many times as you like. Only your latest submission will be taken into account.
Sign in to test your solution.
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.