我写了这段代码:
def func(collection_type): assert isinstance(collection_type,(list,set))
然后我写道:
func(collection_type=set)
我得到了断言错误
拉莫斯之舞
相关分类