Skip to content

Instantly share code, notes, and snippets.

@BinRoot
Last active November 3, 2016 14:34
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 BinRoot/045c4f33405ce157e2fac4aeecda0f21 to your computer and use it in GitHub Desktop.
Save BinRoot/045c4f33405ce157e2fac4aeecda0f21 to your computer and use it in GitHub Desktop.
revenue = 0
for price, amount in zip(prices, amounts):
revenue += price * amount
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment