How do I output a list like the interpreter do?

noagbodjivictor at gmail.com noagbodjivictor at gmail.com
Thu May 3 20:00:04 EDT 2007


>>> 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.




More information about the Python-list mailing list