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
Created at: 2015/08/28 10:35; Updated at: 2015/08/28 13:17