micropython-ulab/tests/1d/numpy/00smoke.py
2021-07-23 09:19:10 -05:00

3 lines
48 B
Python

from ulab import numpy as np
print(np.ones(3))