📜  在 pyton 中设置 - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:38.606000             🧑  作者: Mango

代码示例1
set = {2, 4, 5, 7, 8, 8}

#set can not repeat numbers

print(set)

#it will not print 8 two times