Pricing
Learn
Code
Deploy
More
How to create an array using numpy in Python?
263
How to create an array using NumPy in Python?
1 Answer
5 years ago by
Divya
import numpy as n a = n.array([1,2]) print(a)
5 years ago by
Divya