print("začetek")
x = 5
print("sredina")
y = x + [1,2,3] # to je napaka v tipih, ne moremo sešteti int in seznama
print("konec")
