Python’s lack of empty set literals bothers me. In a language known for its orthogonality, it’s an odd omission. The chart just feels unbalanced to me. dict() = {} set() tuple() = () list() =…