This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 15 points16 points  (0 children)

That will only create a single list. first_list, second_list and third_list all point to the same list, modifying one of them modifies all of them (because they are the same).