Hacker News new | ask | show | jobs
by kbd 5350 days ago
Python's lists are not linked lists. List indexing is O(1).
1 comments

You are right, double checked in my Martelli.