Skip to content

Commit 49cdb16

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

strings/swapcase.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ def swap_case(input_string) -> str:
2727
swapped_list = "".join(list_representation)
2828
return swapped_list
2929

30-
#sample test case
30+
31+
# sample test case
3132
input_string = "Hello"
3233
swapped_string = swap_case(input_string)
3334
print(swapped_string)

0 commit comments

Comments
 (0)