Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

how to find the average in python

import numpy

 avreage_1 = numpy.mean(avreage)# this finds the mean from the array "cost"
    print("words are printed here if needed",avreage_1) # this prints the mean that was found above
    
    
 
PREVIOUS NEXT
Tagged: #find #average #python
ADD COMMENT
Topic
Name
6+7 =