array of array of float

Fredrik Lundh fredrik at pythonware.com
Wed Jul 12 05:46:30 EDT 2006


"Schüle Daniel" wrote:

> > a = [[] for in range(200)]
>
> correction :)
>
> a = [[] for i in range(200)]

the "*500" part still seems to be missing...

</F> 






More information about the Python-list mailing list