In Python source, what type of object is created by an empty pair of brace characters?
Explanation
The empty brace literal is reserved for a dictionary, even though nonempty set literals also use braces. An empty set must be constructed explicitly, so treating the empty notation as a set selects the wrong built-in type.