Report Bug
Qus : empty( ) function used to create a NumPy array which contained the values
Qusempty() फ़ंक्शन का उपयोग NumPy सरणी बनाने के लिए किया जाता है जिसमें मान होते हैं

A. Filled with Zero
B. Filled with Blank space
C. Filled with random garbage value
D. Filled with One


Solution
C. Filled with random garbage value






Report Bug