fork download
  1. def add_end(L=[]):
  2. L.append('END')
  3. return L
  4.  
  5.  
Success #stdin #stdout 0.11s 14176KB
stdin
add_end([1,2,3])
stdout
Standard output is empty