numpy.array() ফাংশন ব্যবহার করে numpy এরে তৈরী করা হয়।
import numpy as np a = np.array(1)
Last updated 2 years ago