Algorithm[백준] 27866 문자와 문자열On this page[백준] 27866 문자와 문자열문제코드s = input()i = int(input())print(s[i-1])설명파이썬에서는 문자열의 인덱스에 접근할 수 있기에 쉽게 해결할 수 있습니다.