Need some advice about best "pythonic" solution. Input data:
[('k', 1), ('b', 1), ('f', 2), ('d', 2), ('e', 3)]
Output needed:
['kb', 'fd', 'e']
You shouldn't put a code here, just may be some pythonic advices