Kizspy | Question: 26
(Choose 1 answer)
What does the function S.discard(e) do?
A. Remove element e from the set, if present.
B. Add element e to the set.
C. Return True if the set contains element e
D. Generate an iteration of all elements of the set