We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d9935 commit 1d0a433Copy full SHA for 1d0a433
strings/swapcase.py
@@ -27,6 +27,7 @@ def swap_case(input_string: str) -> str:
27
swapped_list = "".join(list_representation)
28
return swapped_list
29
30
+
31
if __name__ == "__main__":
32
# sample test case
33
input_string = "Hello"
0 commit comments