list() or []
dict() or {}
set() or ????
I would argue that the left is more pythonic and expressive.
I don't think any are more pythonic. They are all valid python.
list() or []
dict() or {}
set() or ????
I would argue that the left is more pythonic and expressive.