ID EN
IO

writelines

Python 3.11

Write a list of lines to the stream. Line separators are not added, so it is usual for each of the lines provided to have a line separator at the end.

Syntax

PYTHON
writelines(lines, /)