Is there a simple function to generate a list like ['a', 'b', 'c', ... 'z']?
人言落日是天涯,望极天涯不见家
kelvin.you at gmail.com
Mon Apr 9 04:29:24 EDT 2007
Is there a simple function to generate a list like ['a', 'b', 'c', ...
'z']? The range() just can generate the numeric list.
More information about the Python-list
mailing list