Does everyone use #Python's `object()` for unique tokens? Like:
```
no_match = object()
val = some_dict.get('key', no_match)
if val is not no_match:
do_something()
```
I don't know what else `object()` would be used for (and why they'd keep it).
@freemo why can't my code have newlines?
@2ck what happens if it does?
@freemo It's the markdown format. I'm using ``` with newlines embedded in the OP, but the lines run together. Is there a place I can check the syntax?
@2ck It may be a CSS issue on my end actually. I'm not sure i tested code blocks. Do you want to look at the CSS and tell me if you see anything or you can leave that to me but might take me a bit longer to get to it (if you find a CSS fix i can add it right away though).