FIB to the FBI.
FIB to the FBI.

FIB to the FBI.

TEAMSIX

x = [1,2,3,4]
y = x
y[1] = x[2]
y[3] = 7

x.join()

print(x}

output: 1337