Home
Head's Up: I'm in the middle of upgrading my site. Most things are in place, but there are something missing and/or broken including image alt text. Please bear with me while I'm getting things fixed.

Remove Items From A Set In Python

You can remove items from a set with either [TODO: Code shorthand span ] or ` .discard() `

[TODO: Code shorthand span ] will error if the target item doesn't exist

[TODO: Code shorthand span ] will not