Infomax Computer Academy
Report Bug
Qus : What is a correct syntax to create an array of type float?
Qusफ्लोट प्रकार की सरणी बनाने के लिए सही सिंटैक्स क्या है?
A. arr=np.array([1,2,3,4],dtype='float')
B. arr=np.array([1,2,3,4],dtype='f')
C. arr=np.array([1,2,3,4],dtype=float)
D. All of the above
Solution
D. All of the above
Report Bug
Select Reason
Wrong Question
Wrong Translation
Out of Topic
Wrong Answer
Question and Option not visible
Formatting Issues
Hindi Version Not Available
Explanation Required
Others