Question: What will be the value of the variable list after the following code executes? list = [1, 2, 3, 41 list.append(10) list.reverse list.sorto) Your answer:
What will be the value of the variable list after the following code executes? list = [1, 2, 3, 41 list.append(10) list.reverse list.sorto) Your answer: o [10,4,3,2,1] O [1,2,3,4, 10] (1,2,3,4] Error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
