Source Code:
(back to article)
größe = 5 leere_liste = [None] * größe print(leere_liste)
Result:
Report an issue