Dapatkan nilai desimal char python
>>> ord('a')
97
>>> chr(98)
'b'
Clumsy Capuchin
>>> ord('a')
97
>>> chr(98)
'b'