I have a dictionary with this structure:
a: [1,2] b: [3,4] c: [5,6]
and I need to return a string with this structure.
a,b,c\\