Question: please i need this quick Suppose that is a list of integers. For each of the following tasks, select the correct slicing operation to accomplish

Suppose that is a list of integers. For each of the following tasks, select the correct slicing operation to accomplish it. Q1.1 2 Points Create a copy with every element in the original except for the first two. data [2:1] data [1+2] Q1.2 2 Points Create a copy with only the elements from the original at odd indexes. det(1+12] 2 Points Create a copy containing all the original elements, in reverse order. data[:11]data:1:]dataf-1:1]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
