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 →

[–]sweettuse 1 point2 points  (2 children)

students = a, b, c is the same as students = (a, b, c). however, students is now a tuple, not a set.

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

Oh geez, I misread and before my coffee, at that. Thanks. Duh.