Multidimensional arrays - how?
Jaros³aw Zabie³³o (delete .PL)
webmaster at apologetyka.com.pl
Fri May 3 08:17:48 EDT 2002
More information about the Python-list mailing list
Fri May 3 08:17:48 EDT 2002
- Previous message (by thread): mod_python authnetication via database
- Next message (by thread): Multidimensional arrays - how?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
How to create multidimmensional arrays in Python? I tried: x = [] book, chapter, para = 0,0,0 x[book][chapter][para] = 'text0' book, chapter, para = 0,0,1 x[book][chapter][para] = 'text1' This code does not work in Python :-( but (with slightly changings) works in PHP, C, C++ or Pascal). -- Jarosław Zabiełło (UIN: 6712522) URL: http://3585753410/~zbiru
- Previous message (by thread): mod_python authnetication via database
- Next message (by thread): Multidimensional arrays - how?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list