Is there a Python Library that contains a list of all the ascii characters?

Something like below:

import ascii

print ascii.charlist()

Which would return something like [A, B, C, D...]

84
задан rectangletangle 5 May 2011 в 00:42
поделиться