I know that string.letters and string.digits are all the letters and
numbers, is there a string.???? that is a subset of all the ascii
characters that are available on a US English Keyboard without going
to special characters (like ß or ¿)
I couldnt see anything that was explaining this stuff on the
python.org site.
I think what I want is soemthing like string.printabl e -
string.whitespa ce but that doesn't seem to work like string.letters +
string.numbers. ..
TIA
Googleboy
numbers, is there a string.???? that is a subset of all the ascii
characters that are available on a US English Keyboard without going
to special characters (like ß or ¿)
I couldnt see anything that was explaining this stuff on the
python.org site.
I think what I want is soemthing like string.printabl e -
string.whitespa ce but that doesn't seem to work like string.letters +
string.numbers. ..
TIA
Googleboy
Comment