# Get the ASCII number of a characternumber = ord(char)# Get the character given by an ASCII numberchar = chr(number)