A
Q. What is the output of this code?
Code:
a = {1, 2, 3}
a.add(2)
print(a)
a.add(2)
print(a)
- Correct Answer - Option(A)
- Views: 15
- Filed under category Python
- Hashtags:
Discusssion
Login to discuss.