Created
October 3, 2021 15:50
-
-
Save moulik-source/2cca37d106a62c06c46399ab3d3e9634 to your computer and use it in GitHub Desktop.
input function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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