集合使用大括号创建。fruitsset = {"apple", "banana", "cherry"}print(fruitsset)执行结果:{'banana', 'cherry', 'apple'}