leeftijd = int(input("Leeftijd: ")) if leeftijd >= 0 and leeftijd <= 130: print("OK") else: print("Onmogelijk")
Terug naar opdracht Terug naar cursus