list = [ 1, 7, 5] list.reverse() print(list) [5, 7, 1] temp = list(reversed(list)) print(temp) [1, 7, 5] print(list) [5, 7, 1]
1. 스마트폰에 QPython3 설치 2. Console 실행 3. print('Hellow World!') 실행 4. Editor 실행하여 프로그램 짜기