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