Q7
In Python, how can you check if an element exists in a set?
A.
in keyword
AnswerB.
exists()
C.
contains()
D.
check()
Answer: Option A
Solution
Answer: Option A
No explanation is given for this question Let's Discuss on Board