InterviewSolution
Saved Bookmarks
| 1. |
Question 8:Find the output of the following program:dict ={}print (all(dict))(A) { }(B) False(C) True(D) An exception is thrown |
| Answer» | |