Python - Structured Data Files
What is the primary purpose of the
csv.writer object in Python?csv.writer object in Python?csv.writer object is designed to write rows of data into a CSV file in a structured format.csv.reader reads data, while csv.writer writes data. It does not convert formats or open files in binary mode.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions