Page not loading? Try clicking here.
Placeholder

#9353
Language restricted

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

Problems

A = ['a', 'b', 'c', 'd', 'e']로 초기화하여 만든 리스트를 출력한 후, 거꾸로 출력하는 프로그램을 작성하시오.(for문을 이용하여 작성합니다.)


Example

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

Source

자기주도 파이썬 4판

You must sign in to write code.