1.

set1={0,0,9}
print(set1)
3.What will be the output of following Python code?

A. {3}
B. {}
C. {2,5,3,1}
D. {2,5,1}
Answer» B. {}


Discussion

No Comment Found

Related MCQs