Skip to content

Instantly share code, notes, and snippets.

@codewithpom
Created July 14, 2021 03:59
Show Gist options
  • Save codewithpom/d0456c885d35aff2f7d0acbb8679b187 to your computer and use it in GitHub Desktop.
Save codewithpom/d0456c885d35aff2f7d0acbb8679b187 to your computer and use it in GitHub Desktop.
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