7. Which function is used to write in a csv file?
Answers
Answered by
3
Answer:
The csv. writer() function returns a writer object that converts the user's data into a delimited string. This string can later be used to write into CSV files using the writerow() function.
Explanation:
hope it is helpful
Answered by
1
Answer:
The csv. writer() function returns a writer object that converts the user's data into a delimited string. This string can later be used to write into CSV files using the writerow() function. Let's take an example.
Explanation:
PLEASE FOLLOW ME
MARK MY ANSWER AS BRAINLIEST
Similar questions