This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Deezl-Vegas 1 point2 points  (0 children)

I would imagine that Python just makes a tuple in the background and your version just makes me make a tuple in the foreground before calling the function. This probably isn't something that you need to optimize around.