[프로그래머스 파이썬] 서울에서 김서방 찾기

일단 해볼게·2023년 2월 18일
0

프로그래머스

목록 보기
39/106

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

def solution(seoul):
    return "김서방은 " + str(seoul.index("Kim")) + "에 있다"
profile
시도하고 More Do하는 백엔드 개발자입니다.

0개의 댓글