Skip to content

Commit 1d0a433

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent b7d9935 commit 1d0a433

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strings/swapcase.py

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ def swap_case(input_string: str) -> str:
2727
swapped_list = "".join(list_representation)
2828
return swapped_list
2929

30+
3031
if __name__ == "__main__":
3132
# sample test case
3233
input_string = "Hello"

0 commit comments

Comments
 (0)