Ask a question to get started
Enter to send•Shift+Enter new line
Convert an iterable to a comma-separated string.
comma_list( items: Iterable[Any], ) -> str
items
Iterable[Any]
The iterable to convert.