Answer Posted / nashiinformaticssolutions
Slicing is a method for gaining access to particular segments of sequences, including strings, tuples, and lists. The syntax used for slicing is []. You can optionally omit this step. All sequence elements from the start (inclusive) to the end-1 start:end:step element are returned by the [start:end] function. It indicates that there is a negative i at the end of the start or end element. The number of components that need to be skipped or the jump is represented by the step.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does serialization mean in python?
What is the Java implementation of Python popularly known as?
How do you convert string as a variable name in python?
Is python scripting easy to learn?
What is pytables?
How to you make a python script executable on unix?
What applications can you build with python?
Should I learn html before python?
What are python iterators?
Why do I receive a syntax error when printing a string in python 3?
Which is best gui for python?
How install pip python ubuntu?
How to compare two lists in python?
Describe how multithreading is achieved in python?
Is python better than bash?