• 코드:
 
1
tempList = ['유비', '관우', '장비', '제갈량']
2
for i in tempList:
3
    print(i)
표준입력 & 실행옵션