Hi,

I have a simple question. When I read in a string like:
a='1,2,3,4,5 6 7,3,4', can I get the list l=[1,2,3,4,5,6,7,3,4] with a 
single split-call?

Thx,
Matthias
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to