fork download
  1. a = [1,2,3]
  2. b = a
  3. a[2] = 4;
  4. print b == [1,2,4]
Success #stdin #stdout #stderr 0.04s 42064KB
stdin
Standard input is empty
stdout
True
stderr
Warning: cannot find your CPU L2 cache size in /proc/cpuinfo