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