第10886题 判断
执行指定Python字典推导式代码后,输出type结果为<class 'set'>是否正确
my_set = {i: j for i, j in zip([1, 2], [3, 4])}
print(type(my_set))
A

正确

B

错误

程序运行统计
暂无判题统计