-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
new featureA new featureA new feature
Description
"str.join(iterable)
Return a string which is the concatenation of the strings in iterable. A [TypeError](https://docs.python.org/3/library/exceptions.html#TypeError) will be raised if there are any non-string values in iterable, including [bytes](https://docs.python.org/3/library/stdtypes.html#bytes) objects. The separator between elements is the string providing this method."
Metadata
Metadata
Assignees
Labels
new featureA new featureA new feature
Projects
Status
Done