For example: `{“apple”: “a fruit”, “carrot”: “a vegetable”}`. Set: Sets are collections of unique values. They do not allow duplicates. For instance, `{1, 2, 3}` is a set. None: None is a special data type representing the absence of a value. It is often used to ...