Debug: deling door nul

Sign in to test your solution.
getal1 = 5 getal2 = 4 getal3 = 2 getal1 = getal3 - 1 getal1 = getal1 - 1 getal3 = getal2 / getal1 print(getal3)

  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