fork download
  1. b=[1,2,3,4]
  2. b[1]=b[2]
  3. print(b[1])
Success #stdin #stdout 0.12s 14200KB
stdin
Standard input is empty
stdout
3