第25925题
如下Python代码执行后的输出结果是?
set1 = {2, 4, 6, 8}
set2 = {8, 6, 2, 4, 8}
print(set1 == set2)
A

True

B

False

C

1

D

0

提交0次 正确率0.00%
答案解析