list.index("value"): value값을 가지고 있는 list의 index를 알수있다.
def solution(seoul): return "김서방은 " + str(seoul.index('Kim')) + "에 있다"