Thanks for an awesome course!
In section 2.2 (Containers) it says "Neither a list, a set, nor another dictionary can serve as a dictionary key, because lists and dictionaries are mutable." Looks like "sets" fell out from the second part of the sentence. Should that be, "Neither a list, a set, nor another dictionary can serve as a dictionary key, because lists, sets and dictionaries are mutable." ?