Re: [Tutor] arrays in python

2008-06-28 Thread Mark Tolonen
"Kirk Z Bailey" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Just wondering, if I can find a way to do a 2 dimensional array in python. 1 dimension would be a list it would seem; for 2, I could use a list of lists? Strange how I can't think of ever needing one since I discover

[Tutor] arrays in python

2008-06-28 Thread Kirk Z Bailey
Just wondering, if I can find a way to do a 2 dimensional array in python. 1 dimension would be a list it would seem; for 2, I could use a list of lists? Strange how I can't think of ever needing one since I discovered snake charming, but so many languages do foo dimensional arrays, it would s