We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41176aa commit d13f4f1Copy full SHA for d13f4f1
Strings/SwapCases.py
@@ -23,6 +23,6 @@
23
#
24
# hACKERrANK.COM PRESENTS "pYTHONIST 3".__author__ = 'Sanjay'
25
26
-userInput = input().swapcase()
+userInput = input("Enter a sentence, with different lower and upper cases").swapcase()
27
28
print (userInput)
0 commit comments