>>> [a,b,c,d] = 1,2,3,4 >>> a 1 >>> b 2 >>> c 3 >>> d 4 I have never seen this syntax before. Is it documented. Is there a name for that ? thx