ernesto:

best = list(test)

may be faster than:

best = [x for x in test]

Bye,
bearophile
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to