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

Starting from zero solves the "one right way to do it" problem which is mentioned in the blog post.
Yes, but recreates the "a value must be true in a boolean context" problem discussed in the PIP.