Python Developer Question:

Please explain in Python what is slicing?

Tweet Share WhatsApp

Answer:

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

Download Python Developer PDF Read All 77 Python Developer Questions
Previous QuestionNext Question
Tell me what are the built-in type does python provides?How to share global variables across modules?