On Apr 9, 4:39 pm, Thomas Krüger <[EMAIL PROTECTED]> wrote:
> 人言落日是天涯,望极天涯不见家 schrieb:
>
> > Is there a simple function to generate a list like ['a', 'b', 'c', ...
> > 'z']?   The range() just can generate the numeric list.
>
> There is:
> [ chr(i) for i in range(97, 123) ]
>
> Thomas

Thanks you too! I'm a beginner of python.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to