fork download
  1. (x, y) = x[:] = (['a'], ['b'])
  2. print(x, y)
Success #stdin #stdout 0.02s 9076KB
stdin
Standard input is empty
stdout
[[...], ['b']] ['b']