Vidyalelo
Python · Q85

Python Sets MCQs: Exam

Programming · Python · question 85

Q85

What will be the output of the following Python code? s=2, 5, 6, 6, 7 s

A.
{2, 5, 7}
B.
{2, 5, 6, 7}
Answer
C.
{2, 5, 6, 6, 7}
D.
Error

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board