1. 문제
https://programmers.co.kr/learn/courses/30/lessons/12919
2. 풀이
def solution(seoul):
return "김서방은 %d에 있다" % seoul.index("Kim")
PREVIOUS[프로그래머스] 삼각 달팽이 문제 풀이
https://programmers.co.kr/learn/courses/30/lessons/12919
def solution(seoul):
return "김서방은 %d에 있다" % seoul.index("Kim")