Python-Quizzes | Python Dictionary Quiz | Question 8

Last Updated :
Discuss
Comments

Find the output of the following program:

Python
dict ={} 
print (all(dict)) 

{ }

False

True

An exception is thrown

Share your thoughts in the comments