Skip to content

Commit 18c8286

Browse files
committed
added new line at the end of the file
1 parent 018bb9f commit 18c8286

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

strings/swap_case.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,6 @@ def swap_case(sentence):
3939
if __name__ == '__main__':
4040
s = input("Please input sentence:")
4141
result = swap_case(s)
42-
print(result)
42+
print(result)
43+
44+

0 commit comments

Comments
 (0)