What is the function of negative index?
Answer / 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 |
What are loops in python?
Which module(s) of python can be used to measure the performance of your application code?
What is the difference between Python and PHP?
Which all are the operating system that Python can run on?
What are the types of functions in python?
What is a function?
How do I publish a package in python?
What is the best python interpreter?
How is python interpreted language?
Does python have null?
What are the types of inheritance in python?
How to redirect the output of a python script from standout(ie., A monitor) on to a file?