MCQOPTIONS
Saved Bookmarks
| 1. |
If b is a dictionary, what does any(b) do? |
| A. | Returns True if any key of the dictionary is true |
| B. | Returns False if dictionary is empty |
| C. | Returns True if all keys of the dictionary are true |
| D. | Method any() doesn’t exist for dictionary |
| Answer» B. Returns False if dictionary is empty | |