fork download
  1. # y u so stupid
  2. a = 1
  3. b = 2
  4. c = a, b
  5.  
  6. p c
Success #stdin #stdout 0.01s 7452KB
stdin
Standard input is empty
stdout
[1, 2]