python library get ascii code of char code example Example: get char from ascii value python >>> chr(104) 'h' >>> chr(97) 'a' >>> chr(94) '^'