Intern — Middle
Using list and tuple as dictionary keys
livecode
Task condition
Show that a list containing any elements cannot serve as a dictionary key, whereas a tuple with the same elements can.
# TODO: example with dict, list, and tuple
livecode
Task condition
Show that a list containing any elements cannot serve as a dictionary key, whereas a tuple with the same elements can.
# TODO: example with dict, list, and tuple