On 07/06/2022 15:28, [email protected] wrote:
I think

```
d.get(key, default=3)
```

way more readable than

```
d.get(key, 3)
I completely agree.
Best wishes
Rob Cliffe

_______________________________________________
Python-ideas mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/[email protected]/message/JXERUZA5J62UPNEQZPUAJCSN53LWMFRE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to