Created
August 25, 2017 02:58
-
-
Save CFSworks/3a34842aead8fd911f9b4882c6859fa8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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