# Lab 7 Memory diagram exercises are great; add 'all2' after all: all2 = [x[:], list(y), z] Addresses issues: - What's difference between copying and referencing inside other list? - If I copy x and then copy y, which used to be aliases of each other, are the copies aliases too?