표준입력 (stdin)
실행옵션 (runtime option)
코드:
실행 »
표준입력/실행옵션
tempList = ['유비', '관우', '장비', '제갈량'] for i in tempList: print(i)