>>> s = ['a','b']
>>> s
['a', 'b']
>>>

This is what I want so that I can put it in a module then import that
module to work with my variable.

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

Reply via email to