Array elements automatically assigned to variables
x,y,z = [1,2,3] # Array elements automatically assigned to variables