🔗 문제
https://school.programmers.co.kr/learn/courses/30/lessons/120821
💻 Code
def solution(num_list):
return list(reversed(num_list))
'Algorithm > 프로그래머스' 카테고리의 다른 글
[Lv.0/Python] 자릿수 더하기 (0) | 2023.07.28 |
---|---|
[Lv.0/Python] 중복된 숫자 개수 (0) | 2023.07.28 |
[Lv.0/Python] 배열 원소의 길이 (0) | 2023.07.28 |
[Lv.0/Python] 배열 자르기 (0) | 2023.07.28 |
[Lv.0/Python] 아이스 아메리카노 (0) | 2023.07.28 |