So fügen Sie etwas in der Python -Liste hinzu

array = [1,2,3,4]

array.append(5) # congrats u did it :)
Gorgeous Gemsbok