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 22598a7 commit 7ce3ef7Copy full SHA for 7ce3ef7
Taking input from user.py
@@ -1,3 +1,3 @@
1
-name = input(print("What is your name")).strip().Title()
2
-place = input(print("Where are you from")).strip().Title()
+name = input(print("What is your name")).strip().title()
+place = input(print("Where are you from")).strip().title()
3
print("Hi",name+" from",place+" have a good day.")
0 commit comments