chr(i)
The chr() function converts an integer to its corresponding Unicode character.
Parameters
The chr() function accepts one parameter:
number- an integer from0to1,114,111
Return Value
- Returns the character corresponding to the numeric representation.
imust be a positive integer.
Examples
chr(97) # 'a'