Use the NumPy mean() method to find the average speed: import numpy speed = [99,86,87,88,111,86,103,87,94,78,77,85,86] x = numpy.mean(speed) print(x).
確定! 回上一頁