Question: What will the following code display? numbers = [1, 2, 3, 4, 5] my_list = numbers[:] print(my_list)
What will the following code display?
numbers = [1, 2, 3, 4, 5]
my_list = numbers[:]
print(my_list)
Step by Step Solution
3.35 Rating (167 Votes )
There are 3 Steps involved in it
1... View full answer
Get step-by-step solutions from verified subject matter experts
