Skip to content

Instantly share code, notes, and snippets.

@andersonberg
Created August 29, 2014 20:05
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 andersonberg/20db6c78dc281cfa32ef to your computer and use it in GitHub Desktop.
Save andersonberg/20db6c78dc281cfa32ef to your computer and use it in GitHub Desktop.
>>> a.sum()
66
>>> a.sum(axis=0)
array([12, 15, 18, 21])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment