Comment by itishappy
5 months ago
>>> chr(88)
'X'
>>> ord('X')
88
You might be looking at the hexadecimal representation instead.
5 months ago
>>> chr(88)
'X'
>>> ord('X')
88
You might be looking at the hexadecimal representation instead.
No comments yet
Contribute on Hacker News ↗