+ 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]
2 Respostas
+ 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.
+ 2
You can do statistics with the help of numpy module.check this link.
https://youtu.be/8JfDAm9y_7s