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