x = [1,2,3,4]y = xy[1] = x[2]y[3] = 7
x.join()
print(x}
output: 1337
Home
Feed
Search
Library
Download