def solution(seoul):return '김서방은 {}에 있다'.format(seoul.index('Kim'))
def solution(seoul):return ('김서방은 %d에 있다' %seoul.index('Kim'))