In what case would I use a tuple as a dictionary key? [closed]

Classic Example: You want to store point value as tuple of (x, y)

Leave a Comment