A.np.array() फ़ंक्शन में Python सूची या टपल पास करके/By passing a Python list or tuple to the np.array() function
B.np.ndarray() कंस्ट्रक्टर फ़ंक्शन का उपयोग करके/By using the np.ndarray() constructor function
C.np.asarray() फ़ंक्शन का उपयोग करके पायथन सूची या टपल को ndarray में परिवर्तित करके/By converting a Python list or tuple to an ndarray using the np.asarray() function
D.np.zeros() या np.ones() फ़ंक्शंस का उपयोग करके क्रमशः शून्य या एक से भरी एक ऐरे बनाएं/By using the np.zeros() or np.ones() functions to create an array filled with zeros or ones, respectively