Light Mode
Dark Mode
Need advice in pythonic solution

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: Aug. 28, 2015, 10:35 a.m.
Updated: Aug. 28, 2015, 1:17 p.m.
0
17
User avatar
Pumba_UA