Can you order these lines to properly use the fruits hash's each_value method?

Nice! We create the hash and add another key-value pair. Then we go through each value, print it and, finally, close the method with the end keyword.

So close! We create the hash and add another key-value pair. Then we go through each value, print it and, finally, close the method with the end keyword.