print(type(chr(65)), chr(65)) output : <class 'str'> A
print(type(ord('A')), ord('A')) output : <class 'int'> 65