Функция Python Unicode

ord('a')
# returns 97
chr(97)
#returns a
ap_Cooperative_dev