Hacker News new | ask | show | jobs
by jerfelix 5288 days ago
Creative solution! You can knock it down a character by removing the "1" and simply returning an empty tuple.

    >>> f = lambda: g()if 0 else()
    >>> f()
    ()