Generate alphabet?
ssecorp
circularfunc at gmail.com
Fri Aug 22 18:02:19 EDT 2008
In Haskell I can do [1..10] for range(1,11) and ['a'..'z'] for a list
of the alphabet.
Is there a way in Python to generate chars?
More information about the Python-list
mailing list