6.
What is the output of this Python list slicing example?
Please select an
answer.
Correct Answer:
(B)
Explanation:
Python list slicing starts from index 1 and stops before index 4. List slicing is heavily used in data processing, APIs, machine learning, and backend development projects.