Hacker News new | ask | show | jobs
by im3w1l 846 days ago
In python 2, '/' creates integers, and the article was written in 2010 when python 2 was the most used by far.
1 comments

from the link:

> PS. Note that I am using // instead of / -- this is Python 3 syntax

Oh. Right.