获得您自己的 Python 服务器 Result Size: 625 x 664
x
 
fruits = {"apple", "banana", "cherry"}
fruits.remove("banana") 
print(fruits)
{'cherry', 'apple'}