我有一个 dictionary :键是字符串,值是整数。
dictionary
例如:
data = {'a':100, 'b':100, 'c': 100}
谢谢
得到 data.values() 并将其转换为 set 设置
data.values()
set
设置