fork(2) download
  1. # your code goes here
  2.  
  3. for i in range(10):
  4. temp = []
  5. temp.append(i)
  6.  
  7. print temp
Success #stdin #stdout 0.01s 7852KB
stdin
Standard input is empty
stdout
[9]