Skip to content

Commit d13f4f1

Browse files
committed
code updated to Python 3 Series. All the commented lines are Sample Inputs and Outputs
1 parent 41176aa commit d13f4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Strings/SwapCases.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
#
2424
# hACKERrANK.COM PRESENTS "pYTHONIST 3".__author__ = 'Sanjay'
2525

26-
userInput = input().swapcase()
26+
userInput = input("Enter a sentence, with different lower and upper cases").swapcase()
2727

2828
print (userInput)

0 commit comments

Comments
 (0)