Python Set remove() Method

0

Python Set remove() Method

  • The remove() method searches for the given element in the set and removes it.

Syntax

  • set.remove(item)

Parameter Values

  • item - The item to search for, and remove

 

 

Post a Comment

0Comments
Post a Comment (0)