Skip to content

Commit 5d01aa5

Browse files
authored
Merge pull request #269 from VrindavanSanap/patch-1
Create userinput.py
2 parents f510e6d + f8f9ec3 commit 5d01aa5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

userinput.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
print("Helloo,whats your name?")
2+
Name=input() ##input() function takes input form the user and assings it to name variable in this line
3+
print("welcome "+Name)

0 commit comments

Comments
 (0)