"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> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to