proglog

Een inleiding tot programmatielogica met Python

View on GitHub

Geluk

def geluksGetal():
    if getal == 3 or getal == 7:
        print("Geluk.")

getal = int(input("Getal: "))
geluksGetal()

Terug naar opdracht Terug naar cursus