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

3 lines
47 B
Python

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