Skip to content

Instantly share code, notes, and snippets.

@codecademydev
Created December 31, 2016 11:12
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/27a4095516bac85daff7ce683817b720 to your computer and use it in GitHub Desktop.
Save codecademydev/27a4095516bac85daff7ce683817b720 to your computer and use it in GitHub Desktop.
Codecademy export
prices = {
"banana": 4,
"apple": 2,
"orange": 1.5,
"pear": 3
}
stock = {
"banana": 6
"apple": 0
"orange": 32
"pear": 15
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment