Sobes.tech
Senior
16

import copy a = [[1],[2],[3]] b = copy.copy(a) a.append([4]) a[0][0] = 100 print(b)

Companies where asked
ARX