Computer Science, asked by Maha369, 1 year ago

In python index starts from where?
0 or 1

Answers

Answered by srujan3
1
It stars from 1 and end with infinite
Answered by Ghosh1
3
In python index starts from 0.Python lists are always numbered from 0, and there isn't a way to change that.
Similar questions