https://school.programmers.co.kr/learn/courses/30/lessons/120833
def solution(numbers, num1, num2):
return numbers[num1:num2 +1]
'코딩테스트 > 프로그래머스 python' 카테고리의 다른 글
[프로그래머스/python] 1. 편지(코딩테스트 입문 - Lv.0) (0) | 2023.08.16 |
---|---|
[프로그래머스/python] 배열 뒤집기(코딩테스트 입문) (0) | 2023.02.06 |
[프로그래머스/python] 문자열 뒤집기(코딩테스트 입문) (0) | 2023.02.06 |
[프로그래머스/python] 점의 위치 구하기(코딩테스트 입문) (0) | 2023.02.06 |
댓글