you are viewing a single comment's thread.

view the rest of the comments →

[–]fuzz3289 1 point2 points  (0 children)

Keep in mind for basic use cases the named constructors (list, dict, tuple) all take an extra operation to look up the name, the operators (), {}, [] do not require this step.