What's the difference between keys, values, items dictionary methods? Match the methods with their possible output based on the following dictionary:
random_dict = {'a': 20, 'b': 40, 'c': 60, 'd': 80, 'e': 100}
Note that there's one extra option.