Run
#initialize set set_1 = {'a', 'b', 'c'} #remove() method set_1.remove('b') print(set_1)
Output