A
Q. What will the below Python code do?
Code:
set1={"a",3,"b",3}
set1.remove(3)
set1.remove(3)
- Correct Answer - Option(B)
- Views: 18
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.