fork download
  1. 리스트 = [1, 2, 3]
  2. forin 리스트:
  3. print("3 x",, "=", 3*곱)
Success #stdin #stdout 0.09s 14060KB
stdin
Standard input is empty
stdout
3 x 1 = 3
3 x 2 = 6
3 x 3 = 9