Question: please solve and provide code in python. This is my solution but not sure why im getting wrong Question Goal: Learn how to slice lists.

please solve and provide code in python. This is my solution but not sure why im getting wrong
Question
Goal: Learn how to slice lists.
Assignment: Assume that full_list is a list of values, and the variables start and end have been assigned a positive and a negative integer, respectively. Write a statement that assigns to sub_list the values from start (inclusive) through end (inclusive) of full_list.
```
sub_list = full_list[start:end+0]
2
```
\
Feedback
please solve and provide code in python. This is

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!