set1={1,[2,3]}print(set1)以上报错的类型是?

set1={1,[2,3]}print(set1)以上报错的类型是?

A.TypeError

B.KeyError

C.SyntaxError

D.ValueError

正确答案:A

猜你喜欢