[chr]
docstring for 'chr' function:------------
Get the character Unicode representation of the decimal number
(example)
97 chr => ['a']
[ord]
docstring for 'ord' function:------------
Get the decimal representation of a Unicode character
(example)
'A' ord => [65]