Styrow.dev
Question 18 of 45
Python Topic: General medium

In Python what is slicing?

Question

In Python what is slicing?

Answer

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