Vidyalelo
Python · Q80

MCQs for Python Dictionaries: Exam

Programming · Python · question 80

Q80

What will be the output of the following Python code? >>> b= >>> all(b)

A.
{ }
B.
False
C.
True
Answer
D.
An exception is thrown

Answer: Option C

Solution

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