Let’s say a list of numbers in python is multi modal eg., it has 2 , 6 ,8 as equally most common in the list. Using statistics library only one mode is being displayed in output. How to get the output as all the modes.
As mentioned above, I want mutli modes to be displayed
1