Primary
csvwriter.writerow() ⚬|Documentation|1st|20251021210540-00-⌔
csv — CSV File Reading and Writing — Python 3 documentation#csv.csvwriter.writerow
csvwriter.writerow(row,/)Write the row parameter to the writer’s file object, formatted according to the current
Dialect. Return the return value of the call to the write method of the underlying file object.Changed in version 3.5: Added support of arbitrary iterables.
Printed 2026-06-28.
(echo:: @ ᯤ)
Link to original
Secondary
• • •