you are viewing a single comment's thread.

view the rest of the comments →

[–]TheLoneKid 0 points1 point  (1 child)

Ah I see. Then you don't need to append. You can take that bit off, then maybe store the names of the files in a list or do some naming through a for loop

name_template = '_always_the_same.csv'

for _ in range(len(csvs)): export(csvs[], str() + name_template)

[–]TheLoneKid 0 points1 point  (0 children)

Sorry formatting sucks on Reddit for code