Run »
fruits = ["apple", "banana", "cherry"] x, y, z = fruits print(x) print(y) print(z)
apple
banana
cherry