[BOJ / Python] 27866 문자와 문자열

도니·2023년 4월 3일

BOJ / Python

목록 보기
23/105
post-thumbnail

문제

백준 27866 문자와 문자열

코드

#BOJ 27866 문자와 문자열

import sys

ch = input()
n = int(sys.stdin.readline())

print(ch[n-1])
profile
Where there's a will, there's a way

0개의 댓글