a = "(1,2,3)"
I want convert a to tuple:(1,2,3),but tuple(a) return ('(', '1', ',', 
'2', ',', '3', ')') not (1,2,3)
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to