清空集合

  1. thisset = {"apple", "banana", "cherry"}
  2.  
  3. thisset.clear()
  4.  
  5. print(thisset)