Beginners Question - use of variables

Martin Klaffenboeck martin.klaffenboeck at gmx.at
Fri Sep 6 16:45:08 EDT 2002


Hello,

Are newbies questions ok here?

I've got a struktur like this:

string string int timestamp
string string int timestamp
string string int timestamp
...

in Perl I used to save such a thing in a multidimensional array like

array(
      array(string, string, int, timestamp),
      array(string, string, int, timestamp),
      array(string, string, int, timestamp))

So how do I save that in python and how do I get fast to one of this
strings or int or timestamp... ?

Martin


-- 
     Virtuelle Jugendarbeit auf http://create.kleinerdrache.org
            ...  bald kommt ein neues Layout  ...





More information about the Python-list mailing list