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 | |