Any list larger than any number by way of dimensions?

Harald Massa cpl.19.ghum at spamgourmet.com
Mon Jun 28 16:36:06 EDT 2004


Peter,

> data = [ ... some list ]
> buffersize = min(data,10)
> 
> Of course what I really wanted was
> 
> buffersize = min(len(data),10)


if my memory suits me right, when everything else fails, Python is just 
comparing the IDs of the objects. IDs are connected to the memory 
addresses.

 




More information about the Python-list mailing list