csvwriter.writerow(row)
Write the row parameter to the writer’s file object, formatted according to the current dialect.
Changed in version 3.5: Added support of arbitrary iterables.
csvwriter.writerow(row)
Write the row parameter to the writer’s file object, formatted according to the current dialect.
Changed in version 3.5: Added support of arbitrary iterables.
Please login to continue.