Write an iterable of strings to a file.
values (Iterable[str]) – values to write to the file.
Iterable
str
filename (Union[str, PathLike]) – file to write to. Will be overwritten if it exists already.
Union
PathLike
None