Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created October 3, 2021 15:50
Show Gist options
  • Save moulik-source/2cca37d106a62c06c46399ab3d3e9634 to your computer and use it in GitHub Desktop.
Save moulik-source/2cca37d106a62c06c46399ab3d3e9634 to your computer and use it in GitHub Desktop.
input function
print("Hello " +input("what is your name? ") + "!")
print("Hello " + input("What is your name ")+"!")
print("Iam " + input("How old are you ") + "🆗")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment