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 07cbe68 commit 4f795cbCopy full SHA for 4f795cb
strings/join.py
@@ -52,7 +52,6 @@ def join(separator: str, separated: list[str]) -> str:
52
return separator.join(separated)
53
54
55
-
56
if __name__ == "__main__":
57
from doctest import testmod
58
0 commit comments