카테고리 없음

[Python] 서울에서 김서방 찾기

느낌표 공장장 2021. 4. 16. 23:23
def solution(seoul):
    n = seoul.index('Kim')
    return "김서방은 {}에 있다".format(n)