Skip to content

Instantly share code, notes, and snippets.

@chrisconley
Created May 13, 2013 23:54
Show Gist options
  • Select an option

  • Save chrisconley/5572533 to your computer and use it in GitHub Desktop.

Select an option

Save chrisconley/5572533 to your computer and use it in GitHub Desktop.
for fruit in prices:
value=(prices[fruit])*(stock[fruit])+value
print value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment