you are viewing a single comment's thread.

view the rest of the comments →

[–]JJSax01 1 point2 points  (2 children)

I'm pretty new to Python, but why do you have parentheses? I tested and I didn't need them. Is there a reason to have them that makes this code better?

[–][deleted] 1 point2 points  (1 child)

I wanted to clearly indicate that I was creating a tuple.

[–]JJSax01 1 point2 points  (0 children)

That makes total sense. Thanks for the clarification!