fork download
  1. a = []
  2. a.insert(0, [])
  3. print(a)
Success #stdin #stdout 0.02s 8688KB
stdin
Standard input is empty
stdout
[[]]