Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

mode code python

import statistics

list_one = [1,1,1,2,3,4,5,6]

x = statistics.mode(list_one)

print(x)
 
PREVIOUS NEXT
Tagged: #mode #code #python
ADD COMMENT
Topic
Name
4+7 =