문제 https://www.acmicpc.net/problem/27866
코드
s = input() i = int(input()) print(s[i-1])
문자열[index]사용
문자열[index]