Answer Posted / chaitanya
The sequences in python are indexed and it consists of the positive as well as negative numbers. The numbers that are positive uses ‘0’ that is uses as first index and ‘1’ as the second index and the process goes on like that. The index for the negative number starts from ‘-1’ that represents the last index in the sequence and ‘-2’ as the penultimate index and the sequence carries forward like the positive number. The negative index is used to remove any new-line spaces from the string and allow the string to except the last character that is given as S[:-1]. The negative index is also used to show the index to represent the string in correct order.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a file in python?
What is flask-wtf and what are their features?
Can you write an efficient code to count the number of capital letters in a file?
Is there a double type in python?
What is python's slice notation?
Explain about the programming language python?
How to sort a dictionary by key in python?
How do you sort a list in ascending order in python?
Why is __ init __ used in python?
How many kinds of sequences are supported by python? What are they?
What is tuple?
What is pytest?
What is yaml file in python?
Tell me what's the process to get the home directory using ‘~' in python?
What do you understand by deque in python?