Fill in the blank with appropriate numpy method to calculate and print the variance of an array.
import numpy as np
data=np array 11234561
print (data,ddof=0)
Answers
Answered by
0
Answer:
import numpy as np
Explanation:
import numpy as np
Similar questions