Computer Science, asked by gurkomalgrewal, 7 months ago

what is negarive index in python?​

Answers

Answered by mathewsnikhil3310
2

Explanation:

Python arrays & list items can be accessed with positive or negative numbers (also known as index). For negative index, -n is the first index, -(n-1) second, last negative index will be – 1. ... - A negative index accesses elements from the end of the list counting backwards.

Answered by abhiram12345n
0

Answer:

Python arrays & list items can be accessed with positive or negative numbers (also known as index). For negative index, -n is the first index, -(n-1) second, last negative index will be – 1. ... - A negative index accesses elements from the end of the list counting backwards...

Explanation:

IF U LIKE THIS ANSWER PLEASE KEEP FOLLOWING ME AND DON'T FORGET TO MARK AS BRAINLIEST ..........

Similar questions