Van diagram naar programma
while not LIFT_STIL:
if toestand == BEGANE_GROND:
elif toestand == VERDIEPING_1:if toestand == BEGANE_GROND:
# gebruiker kiest verdieping
if naar_verdieping_1:
toestand = VERDIEPING_1
elif naar_verdieping_2:
toestand = VERDIEPING_2Last updated
Was this helpful?