chr

chr(i) => string

Returns a one-character string whose ASCII code is the integer i. For example, chr(97) returns the string 'a'. This is the inverse of ord. The argument must be in the range [0..255], inclusive; ValueError will be raised if i is outside that range.

To create Unicode strings, use unichr.

 

A Django site. this page was rendered by a django application in 0.01s 2010-09-02 15:01:39.284875. hosted by webfaction.