标签: python python-3.7
Python代码是:
xf:range
输出是什么,为什么?
答案 0 :(得分:0)
输出仅为
None None None
这是因为d.add(x)将x添加到集合中并返回None。
d.add(x)
x
None