Untitled
Anonymous
plain_text
02/27/2024 10:53 AM
156 B
15
Indexable
from scipy import stats speed = [99,86,87,88,111,86,103,87,94,78,77,85,86] x = stats.mode(speed) print(x)
Editor is loading...
Leave a Comment
from scipy import stats speed = [99,86,87,88,111,86,103,87,94,78,77,85,86] x = stats.mode(speed) print(x)