Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the function of negative index?



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

Post New Answer

More Python Interview Questions

What are python templates?

0 Answers  


What does if __name__ == “__main__”: do?

0 Answers  


What is MySQLdb?

0 Answers  


How python does compile-time and run-time code checking?

0 Answers  


How do we interpret Python?

2 Answers  


What is meant by mutex in python?

0 Answers  


What are the file-related modules we have in python?

0 Answers  


What is the difference between `del` and `remove()` in Python?

1 Answers  


Why and when do you use generators in python?

0 Answers  


What is hierarchical inheritance?

0 Answers  


Explain about negative indexing?

0 Answers  


Write a program to find out the name of an object in python.

1 Answers  


Categories