Python Set add() Method
Author -
Programmer Fect
March 19, 2020
Python Set add() Method
The set add() method adds a given element to a set if the element is not present in the set.
Syntax
Parameter Values
element - the element that is added to the set