We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7212dd3 commit 9a207b3Copy full SHA for 9a207b3
Taking input from user.py
@@ -1,5 +1,3 @@
1
-print("What is your name")
2
-name = input()
3
-print("Where are you from")
4
-place = input()
5
-print("Hi",name+" from",place+" have a good day.")
+name = input(print("What is your name")).strip().Title()
+place = input(print("Where are you from")).strip().Title()
+print("Hi",name+" from",place+" have a good day.")
0 commit comments