Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created February 8, 2021 17:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecademydev/1ec988f9e44069c9dc74cde2b2024403 to your computer and use it in GitHub Desktop.
Save codecademydev/1ec988f9e44069c9dc74cde2b2024403 to your computer and use it in GitHub Desktop.
Codecademy export
my_name = "Codecademy"
print("Hello and welcome " + my_name + "!")
MY_NAME = "India"
print(MY_NAME)
my_name ="follow me on fb"
print(my_name)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment