Writing strings to CSV causing issue where the string in CSV is separated by commas (Python)
i am facing an issue which i was not able to resolve so far. I need to save a list of strings into the CSV file. I am able to do it however the strings from each element of the list are separated by commas. Why is that and what i need to do to… Read More Writing strings to CSV causing issue where the string in CSV is separated by commas (Python)