Agorithm/백준 알고리즘

백준 알고리즘 11282번 한글(python)

kimjinho1 2021. 2. 6. 09:12
728x90
반응형

단순 구현 문제이다.

print(chr(44031 + int(input())))
728x90
반응형