Slicing in Python

Question:
What is slicing used for in Python?

  1. To remove elements from a list
  2. To copy the entire list
  3. To obtain a part of a sequence
  4. To clear all elements in a sequence
Answer:
C - is the correct answer