2
alkuzad
6y

What kind of people use `dict(a=1)` instead of `{"a": 1}` ?

Comments
  • 0
    @zvyn yep, but from time to time i see it without using kwargs. It seems like someone refactored code and moved variables to another class, leaving old construct behind
Add Comment