문제 링크
정답 :
def solution(num_list): return num_list[::-1]