X = [1, 2, 3]L = ['a', X, 'b'] # embed references to X's objectD = {'x':X, 'y':2}X[1] = 'surprise' # changes all three references!print Lprint D
Name (required)
email (will not be published) (required)
Website