fork(1) download
  1. x = ['x']
  2. y = x
  3. x[0] = 'y'
  4. print(y[0])
Success #stdin #stdout 0.03s 9440KB
stdin
Standard input is empty
stdout
y