Skip to content

Instantly share code, notes, and snippets.

@CFSworks
Created August 25, 2017 02:58
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 CFSworks/3a34842aead8fd911f9b4882c6859fa8 to your computer and use it in GitHub Desktop.
Save CFSworks/3a34842aead8fd911f9b4882c6859fa8 to your computer and use it in GitHub Desktop.
#!/usr/bin/env pypy
import numpy as np
if __name__ == '__main__':
while True:
array = np.zeros([3], dtype=int)
np.argwhere(array.sum() == 0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment