문제 풀이/Baekjoon Online Judge
[python3] 11654번 아스키 코드
[잉간]
2018. 4. 5. 14:21
파이썬에서 아스키코드를 입력하려면 ord() 함수를 사용하면 된다.
inp = ord(input()) print("%d" %inp)