Python Set pop() Method

0

Python Set pop() Method

  • The pop() method removes a random item from the set.

  • This method returns the removed item.

Syntax

  • set.pop()

Parameter Values

  • No Parameter

 

 

Post a Comment

0Comments
Post a Comment (0)