page-banner
Python M3-R5.1 MCQs SET-18
Q11.
List में numpy array कैसे परिवर्तित करें?<break-line><break-line>How to convert numpy array to list?
A. array.list()
B. array.list
C. list.array()
D. list(array)
View Answer
Q12.
NumPy किसके द्वारा विकसित किया गया है?<break-line><break-line>NumPy developed by?
A. Guido Van Rosum/ गुइडो वैन रोसुम
B. Travis Oliphant /ट्रैविस ओलीफंट
C. Wes McKinney/ वेस मैककिनी
D. Jim Hugunin /जिम ह्यूगुनिन
View Answer
Q13.
हम Python में NumPy सरणी के आकार को कैसे बदल सकते हैं?<break-line><break-line>How we can change the shape of the NumPy array in python?
A. By shape()
B. By reshape()
C. By ord()
D. By change()
View Answer
Q14.
size() function numpy में क्या करता है?<break-line><break-line>What does size() function do in numpy?
A. counts the number of elements
B. estimates the array of maximum numbers
C. finds shape of array
D. code is wrong
View Answer
Q15.
numpy array के प्रकार को खोजने के लिए?<break-line><break-line>How to find the type of numpy array?
A. type(array)
B. dtype
C. objects.type(array)
D. numpy(type)
View Answer