单项选择题

在Python中,如何创建一个空集合?()

A.set ={}
B.set =set()
C.set =[]
D.set =()