0 votes
in Python by
In Python what is slicing?

1 Answer

0 votes
by

A mechanism to select a range of items from sequence types like list, tuple, strings etc. is known as slicing.

Related questions

0 votes
0 votes
asked Dec 14, 2019 in Python by sharadyadav1986
+1 vote
asked Jan 30, 2022 in Python by sharadyadav1986
...