populous_count
#
Descriptionreturns the number of times the most common element was found in list
#
Input Typestring, string array
#
Output Typenumber
#
Exampleinput | output |
---|---|
$status_list|populous_count | 2 |
$status_list = [ "Apex Legends", "Apex Legends", "Rocket League" ]
info
If there are more than one, one is selected randomly