• 코드:
 
1
i = [(1,2),(3,4),(5,6)]
2
for(first,last) in i:
3
    print(first+last)
표준입력 & 실행옵션