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