I want to recombination values from dictionary to list.
res = [] dst = { \'a\': [1, 2, 3], \'b\': [4, 5] } #