Computer Science, asked by aishwaryasharma004, 8 months ago

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 rajeshg2019
0

Answer:

import numpy as np

Explanation:

import numpy as np

Similar questions