Y
Hacker News
new
|
ask
|
show
|
jobs
by
mctx
4858 days ago
for i in xrange(len(item_list)):
Could be more clearly written as:
for _ in item_list: