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 |
which is the most commonly used package for data importing and manipulation?
Finally, tell us about bitwise operators in python?
Name the built-in types provided by python?
How can you prevent abnormal termination of a python program?
What are middlewares in python?
What is data type set in python and how to work with it?
How will you convert an integer to a unicode character in python?
Where is python used in real world?
What is the function of negative index?
Explain about pickling and unpickling?
What are the differences between del keyword and clear() function?
What is the difference between Xrange and range?