News

Python chr () built-in function From the Python 3 documentation Return the string representing a character whose Unicode code point is the integer i. For example, chr (97) returns the string 'a', ...