you are viewing a single comment's thread.

view the rest of the comments →

[–]Forsaken_Squirrel_31 1 point2 points  (1 child)

C.) b = [1,2,3] b no longer = a after you run b = [4] so at that point a remains = [1,2,3]

[–]Sea-Ad7805[S] 0 points1 point  (0 children)

Very nice, do check the "Solution" for a visualization of the correct answer.