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 are negative indexes and why are they used?

Answers were Sorted based on User's Feedback



What are negative indexes and why are they used?..

Answer / nashiinformaticssolutions

Negative indexes are those that come from the end of the string, tuple, or list.
The last entry in the array is indicated by Arr[-1]. Arr[]

Is This Answer Correct ?    0 Yes 0 No

What are negative indexes and why are they used?..

Answer / glibwaresoftsolutions

Negative indexes are those that come from the end of the string, tuple, or list.
The last entry in the array is indicated by Arr[-1]. Arr[]

Is This Answer Correct ?    0 Yes 0 No

What are negative indexes and why are they used?..

Answer / hr@tgksolutions.com

Negative indexes are those that come from the end of the string, tuple, or list.
The last entry in the array is indicated by Arr[-1]. Arr[]

Is This Answer Correct ?    0 Yes 0 No

What are negative indexes and why are they used?..

Answer / Nitin Kumar Verma

A tuple is a collection of immutable ordered elements (similar to lists). Tuples are defined by enclosing the elements in parentheses `()`. Unlike lists, tuples cannot be changed after creation. They can contain any type of data and support indexing, slicing, and other common operations.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Python Interview Questions

Explain the difference between append vs extend in list?

1 Answers  


What is the pass statement in python?

1 Answers  


What is a unit test in Python?

2 Answers  


Which python function will you use to convert a number to a string?

1 Answers  


When do you use list vs. tuple vs. dictionary vs. set?

1 Answers  


What is thread join in python?

1 Answers  


Does python support switch or case statement in Python? If not what is the reason for the same?

1 Answers  


Convert a string representation of list to list.

1 Answers  


Can we use Python in HTML?

1 Answers  


Why python is called python?

1 Answers  


Is python object-oriented? What is an object-oriented programming

1 Answers  


What are key features of python?

1 Answers  


Categories