Skip to content

Commit 7ce3ef7

Browse files
Update Taking input from user.py
1 parent 22598a7 commit 7ce3ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Taking input from user.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
name = input(print("What is your name")).strip().Title()
2-
place = input(print("Where are you from")).strip().Title()
1+
name = input(print("What is your name")).strip().title()
2+
place = input(print("Where are you from")).strip().title()
33
print("Hi",name+" from",place+" have a good day.")

0 commit comments

Comments
 (0)