Slicing in Python
I wish t query the response contained in your solution as per attached image.
The question says extract all elements from the 3rd position onwards. i noticed you started from te 4th
1 answers ( 0 marked as helpful)
Hi Adeyemi!
Thanks for reaching out!
We normally say the 1st element of a list/array is at its 0th position. Hence, by asking for the elements from the 3rd position onward, we mean element 4 and the elements that follow.
Hope this helps.
Best,
Martin
Martin