https://programmers.co.kr/learn/courses/30/lessons/12919
def solution(seoul): answer = '' x=seoul.index('Kim') answer=f'김서방은 {x}에 있다' return answer