삽집하는 개발들/알고리즘

[24일차][프로그래머스][12919]서울에서 김서방 찾기

악투 2023. 7. 14. 16:46
반응형
def solution(seoul):
    return f"김서방은 {seoul.index('Kim')}에 있다"
반응형