It is possible to store 70,000 items in a list (try "l =
range(70000)"), but the best way to check if you can store all the
items you need to store is to try it. After all if they are all very
large you might potentially run out of memory.

Chris

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

Reply via email to