Skip to content

Commit f8f9ec3

Browse files
Create userinput.py
1 parent f510e6d commit f8f9ec3

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)