Skip to content

Instantly share code, notes, and snippets.

@BinRoot
Created 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/d0728a6c047568a5c2a2d384fe440c46 to your computer and use it in GitHub Desktop.
Save BinRoot/d0728a6c047568a5c2a2d384fe440c46 to your computer and use it in GitHub Desktop.
import numpy as np
revenue = np.dot(prices, amounts)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment