What are negative indexes and why are they used?
Answers were Sorted based on User's Feedback
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 |
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 |
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 the 3 types of loops?
How do you upgrade pip?
What is python’s standard way of identifying a block of code?
What is a singleton python?
How does break work in python?
What is a lambda statement? Provide an example.
How do you run a python script?
What is the difference between 'is' and '==' in python?
Is r language hard?
Explain how you can access sessions in flask?
Write a coding in find a largest among three numbers?
Explain the use of // operator in python?