Return the Unicode string of one character whose Unicode code is the integer i. : unichr « Buildin Function « Python Tutorial






print unichr(123)
13.47.unichr
13.47.1.Return the Unicode string of one character whose Unicode code is the integer i.