1.

set1={"a",3,"b",3}
set1.remove(3)
7.What will the below Python code do?

A. Yes, No
B. No, No
C. Yes, Yes
D. "==" is not supported for set in Python
Answer» B. No, No


Discussion

No Comment Found

Related MCQs