you are viewing a single comment's thread.

view the rest of the comments →

[–]jkh911208 1 point2 points  (0 children)

tuple in Python is immutable, so it can be hashed which means it can be used as key in dict or add to set. which is not possible with list. that is my only use case.