Correct the given solution (while 01)

Sign in to test your solution.
onder = input('Geef de ondergrens: ') boven = input('Geef de ondergrens: ') while onder <= boven: if onder % 4 = 0: print (onder, end=' ') onder + 1

  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