Page not loading? Try clicking here.
Placeholder

#9359
Language restricted

리스트1 - 자가진단 4 1s 32MB

Problems

A = ['a', 'b', 'c', 'd', 'e']로 초기화하여 만든 리스트를 출력한 후, 첫 원소와 세 번째 원소와 마지막 원소를 더한 결과를 출력하는 프로그램을 작성하시오.(for문을 이용하여 작성합니다.)


Example

['a', 'b', 'c', 'd', 'e']
ace

Source

자기주도 파이썬 4판

You must sign in to write code.