setup-python/__tests__/test-pipenv.py

7 lines
104 B
Python
Raw Permalink Normal View History

2023-07-13 19:11:40 +07:00
import numpy as np
a = np.array([2, 3, 4])
print(type(a))
b = np.array([1.2, 3.5, 5.1])
print(type(b))