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