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.
2 parents 7212dd3 + 9a207b3 commit 22598a7Copy full SHA for 22598a7
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