[Python] 프로그래머스 - Level1 - 서울에서 김서방 찾기

강주형·2022년 8월 12일
0

https://school.programmers.co.kr/learn/courses/30/lessons/12919

연습문제

def solution(seoul):
    return "김서방은 "+str(seoul.index('Kim'))+"에 있다"
profile
Statistics & Data Science

0개의 댓글