(프로그래머) 레벨 2 영어 엔딩(python)
https://school.programmers.co.kr/learn/courses/30/lessons/12981 프로그래머 코드 중심 개발자를 모집합니다. 스택 기반 위치 일치. 프로그래머의 개발자별 프로필에 등록하고 귀하와 기술 호환성이 좋은 회사와 연결하십시오. Programmers.co.kr 1. 내가 쓴 솔루션 def solution(n, words): for i in range(len(words)): check = True if words(i) in words(:i): check = False elif i !=0 and words(i)(0) != words(i-1)(-1): check = False if not check: … Read more