Posts by HendSantana • 11 points
1 post
-
0
votes4
answers747
viewsQ: Get the most frequent and least frequent element from a list, plus the largest and smallest
How can I find the highest and lowest number, the most frequent and the least frequent, in any list? Current code: import random maiorNumero = 0 menorNumero = 100 arrayNumeros = [] print("Os numeros…