set1={1,2,3}set2={2,3,1}print(set1==set2)以上代码运行的结果是?

set1={1,2,3}set2={2,3,1}print(set1==set2)以上代码运行的结果是?

A.True

B.False

C.1

D.报错

正确答案:A

猜你喜欢