Python alle bis auf das letzte Element
# all but the last
for x in y[:-1]
-
# all but the last
for x in y[:-1]