decimal of letter python code example Example: ascii to decimal python >>> ord('a') 97 >>> chr(98) 'b'