Y
Hacker News
new
|
ask
|
show
|
jobs
by
theoracle101
3431 days ago
Most important question. Is this still 1 indexed (Lua was 1 indexed, which means porting code you need to be aware of this)?
2 comments
apaszke
3431 days ago
No! Python 0 based indexing everywhere.
link
smhx
3431 days ago
it's 0-indexed just like everything else in python
link