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.
2 parents f510e6d + f8f9ec3 commit 5d01aa5Copy full SHA for 5d01aa5
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