Slicing in Python
Question
:
What is slicing used for in Python?
To remove elements from a list
To copy the entire list
To obtain a part of a sequence
To clear all elements in a sequence
Answer
:
C - is the correct answer