On 07/06/2022 15:28, martineznicolas41...@gmail.com 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 -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/JXERUZA5J62UPNEQZPUAJCSN53LWMFRE/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to