j
k
j a
j l
On 07/06/2022 15:28, martineznicolas41541@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
I think
``` d.get(key, default=3) ```
way more readable than
``` d.get(key, 3) I completely agree. Best wishes Rob Cliffe
Back to the thread
Back to the list