문제 https://www.acmicpc.net/problem/11654
코드
str = input() print(ord(str))
ord(문자) : 아스키 코드를 반환 chr(숫자) : 숫자에 맞는 문자를 반환