Here to learn ;)
Started practicing python in April 2020
Try this:
print(''.join(map(chr, [72, 97, 112, 112, 121, 32, 67, 111, 100, 105, 110, 103])))
Check out the best stackoverflow user