Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created April 26, 2017 08:32
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/4c253c1f32853d34a394d9422506b0ae to your computer and use it in GitHub Desktop.
Save codecademydev/4c253c1f32853d34a394d9422506b0ae to your computer and use it in GitHub Desktop.
Codecademy export
def spam():
eggs = 12
return eggs
print spam()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment