Remix clone Hacker News
new
|
show
|
ask
|
jobs
Github
▲
__s
2 hours ago
def remove_falsey_values(l): l[:] = (x for x in l if x)