Remix clone Hacker News
new
|
show
|
ask
|
jobs
Github
▲
eesmith
18 hours ago
missing = object() data = collection.get("key", missing) if data is missing: ... else: ....