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

Breid de onderstaande code uit zodat x zichzelf verdubbelt. Op het scherm wordt dan 6 afgedrukt.

x = 3
# schrijf hier de code waarmee x verdubbeld wordt
print(x)

Verwachte uitvoer:

6