0 votes
in Python by
Define “slicing” in Python?

1 Answer

0 votes
by

“Slicing” is a mechanism to select a range of items from sequence types like list, tuple, strings etc.

Related questions

+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
...