코딩 테스트/프로그래머스
[Python] 프로그래머스 lv.0 5명씩
위시리
2024. 11. 2. 01:51
정답 코드
def solution(names):
return names[::5]