ord(), chr()
Gives a string representing one Unicode character, return an integer represeting the unicode code point of that character
! only takes signle characters
Example:
This is the inverse of chr()
Last updated