array তৈরি করা

numpy.array() ফাংশন ব্যবহার করে numpy এরে তৈরী করা হয়।

import numpy as np
a = np.array(1)

Last updated