fernandoldf/PCEA
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
##### PT ##### Arquivo - main.py list_analyzer (input_list) Essa função recebe uma lista de números, calcula e imprime na tela as seguintes estatísticas: - Média: 2 casas decimais - Maior Número - Menor Número - Total de números pares da lista. Arquivo - teste.py Chama a função, passando a lista de números como argumento. ##### EN ##### file - main.py list_analyzer (input_list) This python function receives a list of numbers, calculates and prints the following stats: - Average: 2 decimal places - Maximum number - Minimum number - Total of even numbers on the list. test.py Calls the function passing the list as the argument.