While dictionaries don't have an order like lists and tuples, we can ask for their lengths in the usual way.
Yes, of course: the magical len() method!
len()
Might it be that values() returns the values of dictionary and not the number of values?
values()