Hacker News new | ask | show | jobs
by robinduckett 5886 days ago
I used the old int(i) == i (or even, int(i/2) == i/2) way before I knew about the mod operator.