Well done!
You have completed Dictionary Conditionals and Loops Quiz!
Quiz Question 1 of 5
Given the dictionary fruit_count = {"apple": 2, "orange": 5, "pomegranate": 1}
, which of the following expressions will accurately return True
only if all values in the dictionary are greater than 0?
Choose the correct answer below: