Created
October 3, 2021 14:34
-
-
Save moulik-source/14976cfe97a432e3cf0d7cfa87844e13 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("Iam " + input("How old are you") + "🆗") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment