Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
numpy / typing / tests / data / pass / simple_py3.py
Size: Mime:
import numpy as np

array = np.array([1, 2])

# The @ operator is not in python 2
array @ array