mult-indexed xrange?
Emile van Sebille
emile at fenx.com
Fri Mar 1 16:25:37 EST 2002
More information about the Python-list mailing list
Fri Mar 1 16:25:37 EST 2002
- Previous message (by thread): mult-indexed xrange?
- Next message (by thread): mult-indexed xrange?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<pasted the wrong code>
for (x,y, z) in [(i,j, k) for i in range(2) for j in range(3) for k in
range(2) ]:
print x,y, z
--
Emile van Sebille
emile at fenx.com
- Previous message (by thread): mult-indexed xrange?
- Next message (by thread): mult-indexed xrange?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list