String manipulation

Terry Reedy tjreedy at udel.edu
Thu Apr 14 13:37:53 EDT 2005


"vincent wehren" <vincent at visualtrans.de> wrote in message 
news:d3ktct$h5m$1 at news2.zwoll1.ov.home.nl...
> "Nicholas Graham"
> | Any suggestions?

> Take a look at the built-in functions ord() and chr()
> -- Chapter 2.1 of the  manual.

And more generally, read all of Chap.2 of the Library Reference on builtin 
functions and types.  Later chapters, most of them, are 'look up when you 
need to' type stuff, but C.2 is core material that everyone should read 
after the tutorial.

Terry J. Reedy






More information about the Python-list mailing list