fork download
  1. 리스트 = [1, 2, 3]
  2. forin 리스트:
  3. print("3 x ",)
Success #stdin #stdout 0.1s 14056KB
stdin
Standard input is empty
stdout
3 x  1
3 x  2
3 x  3