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
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.
Test case being debugged