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?