Control chars and special chars

Adrian Eyre a.eyre at optichrome.com
Fri Dec 17 06:05:17 EST 1999


>       for i in range(255): print i, chr(i)

range(32, 256) would be more suitable in this case






More information about the Python-list mailing list