155
Appending a dict inside a loop gives me the same row repeated 40 times Help
I build a dict outside the loop, update two keys on each pass, then append it to a list. At the end every entry in the list is identical and equal to the last row. If I print inside the loop the values are correct on…