how to convert number in char in python code example Example 1: int to char python charNumber = chr(30) Example 2: convert number to char python >>> chr(65) 'A'