Hello, Consider : >>> li = [1,2,3] >>> repr(li) '[1, 2, 3]'
Is there a standard way to get back li, from repr(li) ? Regards, Harish
-- http://mail.python.org/mailman/listinfo/python-list
Hello, Consider : >>> li = [1,2,3] >>> repr(li) '[1, 2, 3]'
Is there a standard way to get back li, from repr(li) ? Regards, Harish
-- http://mail.python.org/mailman/listinfo/python-list