getal = int(input("Getal: ")) if getal % 2 == 0: print("Even.") else: print("Oneven.")
Terug naar opdracht Terug naar cursus