Created
July 14, 2021 03:59
-
-
Save codewithpom/d0456c885d35aff2f7d0acbb8679b187 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
name = input("What is your name") | |
# take input from the user and save it in the name variable as string | |
# print the name | |
print(name) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment