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? -- http://mail.python.org/mailman/listinfo/python-list
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? -- http://mail.python.org/mailman/listinfo/python-list