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.00s 2012-02-09 19:55:12.866104. hosted by webfaction.