On Wed, 12 Sep 2001, A wrote: > How can I create a List of Lists and how I can acess each item in > this List. t=[[1,2],[3,4,5],[6]] print t[0][1],t[1][2],t[2][0] -- Ignacio Vazquez-Abrams <ignacio@openservices.net>