A value can be assigned to several variables simultaneously
x = y = z = 0 # Zero x, y and z print x print y print z