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