Jak zdobyć koniec przedmiotu w tablicy Pythona
array = [1, 2, 3, 4, 5]
print(array[-1])
Sore Snake
array = [1, 2, 3, 4, 5]
print(array[-1])