Hacker News new | ask | show | jobs
by ma2rten 4445 days ago
I meant function as in functionality. This is really pointless nitpicking.
2 comments

Knowing the difference between functions and statements is not pointless nitpicking. Not in the least.
Normally I would agree with you - but one of the epic changes between 2.x and 3.x python, was the change of print from a statement to a function - so, in this case, it's not so much nitpicking as pointing out one of the major changes between the two streams of python.