↻
⏵︎ Run
#initialize set set_1 = {'a', 'b', 'c'} #clear elements of set set_1.clear() print(set_1)
Output