Speedlimit

Sign in to test your solution.
# invoer max_snelheid = int(input("Maximale toegelaten snelheid (km/h): ")) snelheid = int(input("Jouw snelheid (km/h): ")) # bewerkingen boete = 53 prijs_per_km = 6 if ... : ... # uitvoer print(f"Je boete bedraagt € {boete:.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