''' https://programmers.co.kr/learn/courses/30/lessons/12919 ์์ธ์์ ๊น์๋ฐฉ ์ฐพ๊ธฐ 1. list.index ''' def solution(seoul): return "๊น์๋ฐฉ์ "+str(seoul.index("Kim"))+"์ ์๋ค" ''' '''
Last updated 3 years ago
Was this helpful?