Report Bug
Qus : How can you create a NumPy array from a Python list?
Qusआप Python सूची से NumPy सरणी कैसे बना सकते हैं?

A. numpy.array(list)
B. numpy.array(list, dtype=float)
C. Both a and b
D. None of the above


Solution
C. Both a and b






Report Bug