서울에서 김서방 찾기
def solution(seoul): return '김서방은 {}에 있다'.format(seoul.index('Kim'))
이전 포스트 문자열 다루기 기본
다음 포스트 소수 찾기