Run
# Initialize set set_1 = {'a', 'b', 'c'} # Clear elements of set set_1.clear() print(set_1)
Output