Click here to Skip to main content
15,896,063 members

Comments by David Vazquez Bande (Top 13 by date)

David Vazquez Bande 5-Nov-22 4:27am View    
sorry I don't understand the your query or your resolution
David Vazquez Bande 31-Oct-22 12:33pm View    
what is the way to put a comma after each line or modify the result? because I only have the result without commas as you can see .
David Vazquez Bande 31-Oct-22 12:29pm View    
and yes, my code work, but I need to put a comma in every line
David Vazquez Bande 31-Oct-22 12:26pm View    
okey I try something different but I have a problem.

In my 1º result ( your stuff ) I don t have "," after every line and it is easy put a "," when you have 3 lines but it is impossible when you have 10000 lines
David Vazquez Bande 31-Oct-22 11:51am View    
the code show me this error

TypeError: string indices must be integers

in this line

newlist[k].append(dicts[keys[k]])