Examveda

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

A. { }

B. False

C. True

D. An exception is thrown

Answer: Option C


This Question Belongs to Python Program >> Dictionary In Python

Join The Discussion

Related Questions on Dictionary in Python