#slicing
Read more stories on Hashnode
Articles with this tag
As discussed in my previous article, slicing is extracting element/elements from the iterable based on the index/indices value. This article focuses...
Indexing is simply referring to an element present in an iterable based on its position. While slicing is extracting element/elements from the...