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}
AnswerC.
{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