Hacker News new | ask | show | jobs
by StavrosK 4494 days ago

    In [1]: def foo(): pass
    
    In [2]: foo() is None
    Out[2]: True
1 comments

I was speculating about what the original complainer meant, not about what python does... b^)