We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e50c4d5 commit f7744a0Copy full SHA for f7744a0
strings/join.py
@@ -1,6 +1,8 @@
1
"""
2
Program to join a list of strings with a separator
3
4
+
5
6
def join(separator: str, separated: list[str]) -> str:
7
8
Joins a list of strings using a separator
0 commit comments