Question: What will be the value of the variable list after the following code executes? list [1,2] list = list + 3 Your answer: O [1,2,3]
What will be the value of the variable list after the following code executes? list [1,2] list = list + 3 Your answer: O [1,2,3] O [4, 5] O [1,2,1,2,1,2] error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
