for line in input: ','.join(line)
It's not exactly a problem with "CSV" specifically, but the environment in which it exists.
for line in input: ','.join(line)
It's not exactly a problem with "CSV" specifically, but the environment in which it exists.