Control chars and special chars

Jeff Kunce kuncej at mail.conservation.state.mo.us
Fri Dec 17 11:25:00 EST 1999


> >       for i in range(255): print i, chr(i)
>
> range(32, 256) would be more suitable in this case
>

Not necessarily. If you run python in an "MS-DOS window"
on NT, you get all kinds of interesting characters in range(32).

  --Jeff





More information about the Python-list mailing list