Q80
What will be the output of the following Python code? >>> b= >>> all(b)
A.
{ }
B.
False
C.
True
AnswerD.
An exception is thrown
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board