Drop links or images here to add them to the editor.

Geef x een waarde zodat 7 wordt afgedrukt.

x = 2          # pas deze waarde aan
getal = x + 3
print(getal)

Verwachte uitvoer:

7