Exercise: Remove element from set
The fruits set includes
'durian', which you want to drop. Use .discard() so the code won't crash even if the element is already gone.Premium
Python
Setting up Python environment... Output