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
Will exit method in python de allocate the global namespace?
Do python classes need init?
How do I run a python script?
Can you hack with python?
How do you use isalpha in python?
How do you parse a json file in python?
Write an example of a print function in python?
How do you show hello world in python?
What does join () do in python?
How can you declare multiple assignments in one statement?
Can I use python in linux?
Is empty string python?
Explain about multi-threading concept in python?
What is the word for 6 times?
How do you write if else in python?