Comment by didgeoridoo 5 months ago But it… doesn’t? 1 comment didgeoridoo Reply itishappy 5 months ago >>> chr(88) 'X' >>> ord('X') 88 You might be looking at the hexadecimal representation instead.
itishappy 5 months ago >>> chr(88) 'X' >>> ord('X') 88 You might be looking at the hexadecimal representation instead.
You might be looking at the hexadecimal representation instead.