InterviewSolution
Saved Bookmarks
| 1. |
Define “slicing”? |
|
Answer» “Slicing” is a MECHANISM to select a range of items from sequence TYPES like LIST, TUPLE, STRINGS etc. “Slicing” is a mechanism to select a range of items from sequence types like list, tuple, strings etc. |
|