Jak dodać coś na liście Python

array = [1,2,3,4]

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