Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f7744a0

Browse files
committedDec 3, 2024·
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent e50c4d5 commit f7744a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎strings/join.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
"""
22
Program to join a list of strings with a separator
33
"""
4+
5+
46
def join(separator: str, separated: list[str]) -> str:
57
"""
68
Joins a list of strings using a separator

0 commit comments

Comments
 (0)
Please sign in to comment.