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

No! Python 0 based indexing everywhere.
it's 0-indexed just like everything else in python