Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
drexlspivey
on July 17, 2019
|
parent
|
context
|
favorite
| on:
What's Coming in Python 3.8
I do this all the time:
x = function_that_might_return_none()
if x: do_stuff
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
x = function_that_might_return_none()
if x: do_stuff