Question: True or False Assume list1 references a list. After the following statement executes, list1 and list2 will reference two identical but separate lists in memory:
True or False
Assume list1 references a list. After the following statement executes, list1 and
list2 will reference two identical but separate lists in memory:
list2 = list1
Step by Step Solution
3.49 Rating (172 Votes )
There are 3 Steps involved in it
False When you assign list2 list1 you are not creating a new li... View full answer
Get step-by-step solutions from verified subject matter experts
