fork download
  1. 리스트 = ["가", "나", "다", "라"]
  2. for ak in 리스트[::-1]:
  3. print(ak)
Success #stdin #stdout 0.11s 14156KB
stdin
Standard input is empty
stdout
라
다
나
가