Warning! The page was not fully loaded, probably because of a network issue. It could be that not all functionalities work as expected. Please try reloading the page.
Drop links or images here to add them to the editor.
De regels staan in de verkeerde volgorde en er staat er één te veel in. Zet de code in de juiste volgorde.
for teller in range(3, 0, -1):
---
print(teller)
---
print("Af!")
???
for teller in range(3, 1, -1):