Skip to content

Instantly share code, notes, and snippets.

@moulik-source
Created October 3, 2021 14:34
Show Gist options
  • Save moulik-source/14976cfe97a432e3cf0d7cfa87844e13 to your computer and use it in GitHub Desktop.
Save moulik-source/14976cfe97a432e3cf0d7cfa87844e13 to your computer and use it in GitHub Desktop.
input function
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