Y
Hacker News
new
|
ask
|
show
|
jobs
by
sn6uv
4784 days ago
range(1,4)* because it counts from 1 (range counts from 0).
1 comments
Tobu
4784 days ago
Starting from zero solves the "one right way to do it" problem which is mentioned in the blog post.
link
marcosdumay
4783 days ago
Yes, but recreates the "a value must be true in a boolean context" problem discussed in the PIP.
link