Append an iterable of strings to a file.
values (Iterable[str]) – values to append to the file.
Iterable
str
filename (Union[str, PathLike]) – file to append to.
Union
PathLike
None