How to find a mode in a given list | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to find a mode in a given list

write a program to find the mode , from a given list , e.x if the given list is : [ 23,9,14,2,28,19,3,15,9,25,2,4,9]

9th Nov 2018, 8:47 AM
Leboman HKD Galis
Leboman HKD Galis - avatar
2 Answers
+ 3
It can be done in many ways. Here is one: https://code.sololearn.com/c6LrueuEykbv/?ref=app If you want to post an assignment, please use feed posts.
9th Nov 2018, 9:32 AM
DAB
DAB - avatar
+ 2
You can do statistics with the help of numpy module.check this link. https://youtu.be/8JfDAm9y_7s
9th Nov 2018, 9:53 AM
Maninder $ingh
Maninder $ingh - avatar