2d lists
From: SunX (xiaohua_sun_at_yahoo.com)
Date: 05/30/04
- Next message: Tuure Laurinolli: "Re: mod_python confusion"
- Previous message: David MacQuigg: "Re: Unification of Methods and Functions"
- Next in thread: Jeff Epler: "Re: 2d lists"
- Reply: Jeff Epler: "Re: 2d lists"
- Reply: Shalabh Chaturvedi: "Re: 2d lists"
- Maybe reply: Shalabh Chaturvedi: "Re: 2d lists"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 29 May 2004 15:11:50 -0700
What is the best way to assign a 2d lists? Something like;
for i in range(10):
for j in range(10):
aList[i][j] = i*j
Thank you in advance.
- Next message: Tuure Laurinolli: "Re: mod_python confusion"
- Previous message: David MacQuigg: "Re: Unification of Methods and Functions"
- Next in thread: Jeff Epler: "Re: 2d lists"
- Reply: Jeff Epler: "Re: 2d lists"
- Reply: Shalabh Chaturvedi: "Re: 2d lists"
- Maybe reply: Shalabh Chaturvedi: "Re: 2d lists"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]