Q. If b is a dictionary, what does any(b) do? (Solved)
1. returns true if any key of the dictionary is true
2. returns false if dictionary is empty
3. returns true if all keys of the dictionary are true
4. method any() doesn’t exist for dictionary
- a. returns true if any key of the dictionary is true