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 f510e6d commit f8f9ec3Copy full SHA for f8f9ec3
userinput.py
@@ -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