Comment by germandiago
5 days ago
if v is not None as opposed to if not v is one of those use cases if you store 0 or False or an empty list, etc.
5 days ago
if v is not None as opposed to if not v is one of those use cases if you store 0 or False or an empty list, etc.
No comments yet
Contribute on Hacker News ↗