Question: The variable data refers to the list ( [10,20,30] ). After the statement data[1] ( =5 ), data evaluates to ( [5,20,30] ) ( [10,5,20]
The variable data refers to the list [10,20,30]. After the statement data[1] =5, data evaluates to [5, 20, 30] [10,5,20] [5,10,20] [10,5,30]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
