Result Size:
625 x 571
demo_ml_mean.py:
import numpy speed = [99,86,87,88,111,86,103,87,94,78,77,85,86] x = numpy.mean(speed) print(x)
x
import
numpy
speed
=
[
99
,
86
,
87
,
88
,
111
,
86
,
103
,
87
,
94
,
78
,
77
,
85
,
86
]
x
=
numpy
.
mean
(
speed
)
print
(
x
)
C:\Users\My Name>python demo_ml_mean.py
89.76923076923077