demo_set_clear.py:
thisset = {"apple", "banana", "cherry"} thisset.clear() print(thisset)
➜ begtut>python demo_set_clear.py
set()