Python Developer Question:
Please explain 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.
Previous Question | Next Question |
Tell me what are the built-in type does python provides? | How to share global variables across modules? |