fork download
  1. L = [1, 2]
  2. print repr(L.remove(2))
  3.  
Success #stdin #stdout 0.08s 8832KB
stdin
Standard input is empty
stdout
None